import type { PaymentRequestData } from './PaymentRequestData';
export declare type PaymentRequestDataList = Array<PaymentRequestData>;
