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