export declare class Context { cluster?: string; user?: string; constructor(); withCluster(cluster: string): Context; withUser(user: string): Context; } //# sourceMappingURL=Context.d.ts.map