import { BlockchainIdType, BlockchainNameType, BlockchainNetworkIdType, BlockchainType, CallDataType, InputType, PaymentType, TransactionType } from "./types";
import PROTOCOL_ADDRESSES from "./addresses";
export { PROTOCOL_ADDRESSES };
export type { BlockchainNameType };
export type { BlockchainNetworkIdType };
export type { BlockchainIdType };
export type { BlockchainType };
export type { CallDataType };
export type { TransactionType };
export declare function decodePayment({ blockchain, address, transaction }: InputType): PaymentType | undefined;
