import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const Hosting: { readonly Metal: "metal"; readonly Cloud: "cloud"; readonly Shared: "shared"; }; export type Hosting = OpenEnum; /** @internal */ export declare const Hosting$inboundSchema: z.ZodType; //# sourceMappingURL=hosting.d.ts.map