export declare function contextListCommand(): Promise; export declare function contextCurrentCommand(): Promise; export declare function contextAddCommand(options: { name: string; url: string; cwd?: string; lifecycle?: "managed" | "external"; }): Promise; export declare function contextRmCommand(name: string): Promise; export declare function contextUseCommand(name: string): Promise; //# sourceMappingURL=context.d.ts.map