/**
 * @returns Awaitable promise for waiting X time.
 * @param time
 */
export declare const wait: (time: number) => Promise<unknown>;
