SysvarEpochSchedule: Readonly<
    {
        firstNormalEpoch: Epoch;
        firstNormalSlot: Slot;
        leaderScheduleSlotOffset: bigint;
        slotsPerEpoch: bigint;
        warmup: boolean;
    },
>

The EpochSchedule sysvar.

Information about epoch duration.