import type { PageInput } from "./../../common/PageInput.js";
import type { PlatformBulkPayoutFilterInput } from "./../../platform/bulkPayout/PlatformBulkPayoutFilterInput.js";
export type GetPlatformBulkPayoutsBody = {
    isForTest?: boolean;
    page?: PageInput;
    filter?: PlatformBulkPayoutFilterInput;
};
