/**
 * 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: <T = void>(time?: number, ...rest: T extends void ? [] : [value: T]) => Promise<T>;
//# sourceMappingURL=wait.helper.d.ts.map