import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Type of the layout */ export declare const ResourceTypeEnum: { readonly Regular: "REGULAR"; readonly Echo: "ECHO"; readonly Bridge: "BRIDGE"; }; /** * Type of the layout */ export type ResourceTypeEnum = ClosedEnum; /** @internal */ export declare const ResourceTypeEnum$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ResourceTypeEnum$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=resourcetypeenum.d.ts.map