import * as z from "zod/v4"; import { OpenEnum } from "../../types/enums.js"; export declare const LocationType: { readonly Local: "local"; readonly K8s: "k8s"; }; export type LocationType = OpenEnum; /** @internal */ export declare const LocationType$inboundSchema: z.ZodType; //# sourceMappingURL=locationtype.d.ts.map