import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const EntityType: { readonly Events: "EVENTS"; readonly Prices: "PRICES"; readonly Customers: "CUSTOMERS"; readonly Features: "FEATURES"; }; export type EntityType = OpenEnum; /** @internal */ export declare const EntityType$inboundSchema: z.ZodMiniType; //# sourceMappingURL=entity-type.d.ts.map