/** * Waits for the specified amount of time before resolving * @param time The time in ms to wait (defaults to 200) * @returns A promise resolving after the specified amount of time */ export declare const wait: (time?: number, ...rest: T extends void ? [] : [value: T]) => Promise; //# sourceMappingURL=wait.helper.d.ts.map