AccountTransferClient: {
    getPlatformAccountTransfers: ((options?: {
        isForTest?: boolean;
        page?: PageInput;
        filter?: PlatformAccountTransferFilter;
    }) => Promise<GetPlatformAccountTransfersResponse>);
}

Type declaration