import { ITerminalProvider } from '@rushstack/node-core-library'; import { ILintRunnerConfig } from './ILintRunnerConfig'; import { RushStackCompilerBase } from './RushStackCompilerBase'; /** * @beta */ export declare class LintRunner extends RushStackCompilerBase { private _eslintRunner; private _tslintRunner; constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); invoke(): Promise; } //# sourceMappingURL=LintRunner.d.ts.map