/**
 * Wait for the specified time
 *
 * @param time timeout duration in milliseconds
 */
export declare const timeout: (time?: number) => Promise<void>;
