/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * Returns a promise that resolves after `timeMs`. * @param timeMs - Time in milliseconds to wait. * * @deprecated Moved to the `@fluidframework/core-utils` package. * @internal */ export declare const delay: (timeMs: number) => Promise; //# sourceMappingURL=delay.d.ts.map