import * as eslint from 'eslint';

/**
 * Get Linter class
 */
declare function getLinter(): typeof eslint.Linter;

export { getLinter };
