import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const SubscriptionType: { readonly Standalone: "standalone"; readonly DelegatedInvoicing: "delegated_invoicing"; readonly Parent: "parent"; readonly Inherited: "inherited"; readonly GroupedInvoicing: "grouped_invoicing"; }; export type SubscriptionType = OpenEnum; /** @internal */ export declare const SubscriptionType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const SubscriptionType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=subscription-type.d.ts.map