import type nodeTimers from "node:timers"; export declare function setTimeoutFallbackPromises(delay?: number, value?: T, options?: nodeTimers.TimerOptions): Promise; export declare function setTimeoutFallback(callback: TimerHandler, ms?: number): NodeJS.Timeout;