export declare const getCurrentContext: () => Promise<string>;
export declare const getCurrentConnectedClusterName: () => Promise<string>;
export declare const connectToCluster: (fullname: string) => Promise<void>;
