/** * Maps a ticket-transfer error code to a translated message. Backend * `error_identifier`s (e.g. `transfer_already_pending`) resolve through the * `ticketTransfer.errors.*` locale keys; transport-level codes fall back to * the shared list-error mapping. */ export declare function translateTransferError(error: string | null): string;