/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ /** * returns a promise that resolves after specified time * * @param time in milliseconds */ export declare const delay: (ms: number) => Promise; //# sourceMappingURL=delay.d.ts.map