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