/**
 * Runs the CLI command parser
 */
export declare function runCli(): Promise<void>;
