import * as z from "zod/v3"; export type TranslationControllerGetMasterJsonEndpointRequest = { /** * Locale to export. If not provided, exports organization default locale */ locale?: string | undefined; /** * A header for idempotency purposes */ idempotencyKey?: string | undefined; }; /** @internal */ export type TranslationControllerGetMasterJsonEndpointRequest$Outbound = { locale?: string | undefined; "idempotency-key"?: string | undefined; }; /** @internal */ export declare const TranslationControllerGetMasterJsonEndpointRequest$outboundSchema: z.ZodType; export declare function translationControllerGetMasterJsonEndpointRequestToJSON(translationControllerGetMasterJsonEndpointRequest: TranslationControllerGetMasterJsonEndpointRequest): string; //# sourceMappingURL=translationcontrollergetmasterjsonendpoint.d.ts.map