interface LintCommandsOptions { root?: string; quiet?: boolean; verbose?: boolean; } export declare function lintCommands(options: LintCommandsOptions): Promise; export {}; //# sourceMappingURL=lint-commands.d.ts.map