import type { CLIOptions } from './types'; export declare const run: (options: CLIOptions) => Promise;