import { TaskContext } from './types'; export declare function runLint(taskContext: TaskContext): Promise;