import * as z from "zod/v4"; import { ClosedEnum } from "../types/enums.js"; /** * Cloud where the private manager will be deployed. */ export declare const PrivateManagerCloud: { readonly Aws: "aws"; readonly Gcp: "gcp"; readonly Azure: "azure"; }; /** * Cloud where the private manager will be deployed. */ export type PrivateManagerCloud = ClosedEnum; /** @internal */ export declare const PrivateManagerCloud$outboundSchema: z.ZodEnum; //# sourceMappingURL=privatemanagercloud.d.ts.map