/**
 * Creates a promise that when awaited will result in the provided time delay.
 * @param duration Duration of the needed delay in milliseconds.
 */
export declare function delay(duration: number): Promise<void>;
//# sourceMappingURL=Utils.d.ts.map