import type { DurationSpec, WorkflowWaitToken } from "../types/index.js"; export type WorkflowRuntimeNow = () => Date | string; export declare function createTimestampFactory(now?: WorkflowRuntimeNow): () => string; export declare function resolveWaitTokenExpiry(timeout: DurationSpec | undefined, createdAt: string): Pick; export declare function timestampToMillis(value: Date | string): number; //# sourceMappingURL=time.d.ts.map