export declare const toInternationalTransferFeeBearerPaymentMethod: (v: string) => "swift_our" | "swift_sha"; export type InternationalTransferFeeBearerPaymentMethod = ReturnType;