import type { PullPaymentData } from './PullPaymentData';
export declare type PullPaymentDataList = Array<PullPaymentData>;
