declare const Timer: { wait: (ms: number) => Promise; }; export default Timer; //# sourceMappingURL=Timer.d.ts.map