import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const TaxBehavior: { readonly Inclusive: "inclusive"; readonly Exclusive: "exclusive"; }; export type TaxBehavior = OpenEnum; /** @internal */ export declare const TaxBehavior$inboundSchema: z.ZodMiniType; /** @internal */ export declare const TaxBehavior$outboundSchema: z.ZodMiniType; //# sourceMappingURL=taxbehavior.d.ts.map