/** * The transport's `redactBodyForLog` for the fiat surface. * * Responses are envelopes — redacted, they keep the state/status detail that * makes a log worth having. Anything else (a request body carrying typed-in * KYC or OTP values) has no diagnostic value beyond its presence, so it is * dropped wholesale rather than scrubbed field-by-field. */ export declare function redactFiatBodyForLog(value: unknown): unknown; //# sourceMappingURL=fiatLogRedactor.d.ts.map