import type { Command } from 'commander'; export { LinterCliOptions as Options } from './options'; export { CheckFailed } from './util/errors'; export declare function run(command?: Command, argv?: string[]): Promise; //# sourceMappingURL=app.d.ts.map