import type { OnChainPaymentMethodData } from './OnChainPaymentMethodData';
export declare type OnChainPaymentMethodDataList = Array<OnChainPaymentMethodData>;
