/** Used internally for testing that fake time uses real time correctly. */ export declare const _internals: { Date: DateConstructor; setTimeout: typeof setTimeout; clearTimeout: typeof clearTimeout; setInterval: typeof setInterval; clearInterval: typeof clearInterval; };