$BabeConfiguration: $.Shape<{
    allowedSlots: "PrimarySlots" | "PrimaryAndSecondaryPlainSlots" | "PrimaryAndSecondaryVRFSlots";
    authorities: (readonly [AccountId32Like, bigint])[];
    c: readonly [bigint, bigint];
    epochLength: bigint;
    randomness: `0x${string}`;
    slotDuration: bigint;
}, {
    allowedSlots: "PrimarySlots" | "PrimaryAndSecondaryPlainSlots" | "PrimaryAndSecondaryVRFSlots";
    authorities: [AccountId32, bigint][];
    c: [bigint, bigint];
    epochLength: bigint;
    randomness: `0x${string}`;
    slotDuration: bigint;
}> = ...