//#region src/utils/wait.d.ts declare function wait(time: number): Promise; //#endregion export { wait }; //# sourceMappingURL=wait.d.ts.map