/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * This type contains all browser performance properties as optional, and some * of the intersecting properties of node and browser performance as required. * * @deprecated Moved to the `@fluidframework-internal/client-utils` package. * @internal */ export declare type IsomorphicPerformance = Partial & Pick; /** * @deprecated Moved to the `@fluidframework-internal/client-utils` package. * @internal */ export declare const performance: IsomorphicPerformance; //# sourceMappingURL=performanceIsomorphic.d.ts.map