import type { PlatformPayoutStatusStats } from "./../../platform/PlatformPayoutStatusStats.js";
export type PlatformBulkPayoutStats = {
    amount: PlatformPayoutStatusStats;
    count: PlatformPayoutStatusStats;
};
