interface ContextCommandOptions {
    list?: boolean;
    switch?: string;
    personal?: boolean;
}
export declare function contextCommand(options?: ContextCommandOptions): Promise<void>;
export declare function switchCommand(orgIdentifier?: string): Promise<void>;
export declare function useCommand(contextIdentifier: string): Promise<void>;
export {};
//# sourceMappingURL=context.d.ts.map