export declare const CLI_VERSION = "0.4.1"; export declare function runCli(args: readonly string[]): Promise; export declare function runMcpService(configPath?: string): Promise;