import type { ICluster } from "../../entities";
export declare const askForNamespace: (cluster: ICluster) => Promise<string>;
//# sourceMappingURL=ask-for-namespace.d.ts.map