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