PayoutClient: {
    getPlatformPayouts: ((options?: {
        isForTest?: boolean;
        page?: PageInput;
        filter?: PlatformPayoutFilterInput;
    }) => Promise<GetPlatformPayoutsResponse>);
}

Type declaration