declare const timer: { setTimeout: typeof setTimeout; clearTimeout: typeof clearTimeout; setInterval: typeof setInterval; clearInterval: typeof clearInterval; }; export default timer; //# sourceMappingURL=timer.d.ts.map