declare const timer: { timeout: (fn: (...args: Array) => any, ms: number) => () => void; }; export default timer; //# sourceMappingURL=timer.d.ts.map