import * as z from "zod/v4-mini"; export type GetTaxAssociationRequest = { /** * Tax Config ID */ id: string; }; /** @internal */ export type GetTaxAssociationRequest$Outbound = { id: string; }; /** @internal */ export declare const GetTaxAssociationRequest$outboundSchema: z.ZodMiniType; export declare function getTaxAssociationRequestToJSON(getTaxAssociationRequest: GetTaxAssociationRequest): string; //# sourceMappingURL=get-tax-association-op.d.ts.map