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