import { Cardano, Seconds } from '@cardano-sdk/core'; export declare const calcTimeOffsetSlotNumber: (startSlot: Cardano.Slot, seconds: Seconds, slotLength: Seconds) => Cardano.Slot; export declare const ensureValidityInterval: (currentSlot: Cardano.Slot, { slotLength }: Pick, validityInterval?: Cardano.ValidityInterval) => Cardano.ValidityInterval; //# sourceMappingURL=ensureValidityInterval.d.ts.map