import type { CliOptions } from './types.js'; export declare const run: () => Promise; export declare const runCli: (directories: string[], cwd: string, options: CliOptions) => Promise;