import type { PayoutData } from './PayoutData';
export declare type PayoutDataList = Array<PayoutData>;
