/** * 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;