/** * LeaderSchedule response: mapping of identity -> array of leader slots within the epoch */ export type LeaderScheduleResponse = Record | null; export declare function createLeaderScheduleResponse(data: unknown): LeaderScheduleResponse;