declare const wait: { (timeMs?: number): Promise; sync(timeMs?: number): void; }; export { wait, }; //# sourceMappingURL=wait.d.ts.map