//#region src/main/private/utils/wait.d.ts declare function wait(ms?: number): Promise; //#endregion export { wait as t };