/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * @internal */ export declare function configureGlobalTelemetryContext(): void; /** * @internal */ export declare function configureGlobalTimeoutContext(): void; /** * @internal */ export declare function configureGlobalAbortControllerContext(): void; //# sourceMappingURL=globalContext.d.ts.map