import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const PriceEntityType: { readonly Plan: "PLAN"; readonly Subscription: "SUBSCRIPTION"; readonly Addon: "ADDON"; readonly Price: "PRICE"; readonly Costsheet: "COSTSHEET"; }; export type PriceEntityType = OpenEnum; /** @internal */ export declare const PriceEntityType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const PriceEntityType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=price-entity-type.d.ts.map