import type { TFunction } from 'i18next'; /** * What the buyer is told when Coinbase's page refuses the payment. * * Coinbase-only: these codes come from their headless onramp and mean nothing * to another provider. Their `errorMessage` is not used — it is written against * their page, and their docs word several codes as notes to the integrator. * * `undefined` for a code with no copy yet, which the screen answers with its * own generic line. One literal key per branch, as `t()` requires * (`.ast-grep/rules/i18n-t-string-literal.yml`). */ export declare function coinbaseFailureCopy(code: string, t: TFunction): string | undefined; //# sourceMappingURL=coinbaseFailureCopy.d.ts.map