/**
 * Main proxy command that handles subcommands
 */
export declare function proxyCommand(args: string[]): Promise<void>;
