export function computeRoundTiming(params: Awaited, baseTime: TimestampRecord): import("./scheduler.js").Schedule; export function nextDescendingStepTime(liveSchedule: import("./scheduler.js").Schedule | null, nextSchedule: import("./scheduler.js").Schedule | null, now: Timestamp): Timestamp | null; export function timeVsSchedule(time: Timestamp, schedule: import("./scheduler.js").Schedule): "before" | "during" | "endExactly" | "after"; import type { TimestampRecord } from '@agoric/time'; //# sourceMappingURL=scheduleMath.d.ts.map