/** * Run the CLI with provided arguments * * @param args Command line arguments * @returns A promise that resolves when the CLI command completes */ export declare function runCli(args: string[]): Promise; declare const _default: { runCli: typeof runCli; }; export default _default;