export declare function handleConfig(): Promise; export declare function handleSwitch(args: string[]): Promise; export declare function handleStatus(): Promise; export declare function handleUsage(): Promise; export declare function handleHistory(): Promise; export declare function handleCost(model?: string): Promise; export declare function handleTest(): Promise; export declare function handlePlugin(action?: string): Promise; export declare function handleDoctor(): Promise; export declare function handleEnv(action?: string): Promise; export declare function handleModels(providerName?: string): Promise; export declare function handleCompletion(shell?: string): Promise; export declare function handleProfile(args: string[]): Promise; export declare function handleAccount(args: string[]): Promise; export declare function handleRotate(args: string[]): Promise; export declare function handleDashboard(args: string[]): Promise; export declare function handleAlert(args: string[]): Promise; export declare function handleHelp(): Promise; export declare function handleVersion(): Promise;