import type { RunResult } from '@cspell/cspell-types'; import { LintRequest } from './LintRequest'; export declare function runLint(cfg: LintRequest): Promise; //# sourceMappingURL=lint.d.ts.map