/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * @internal */ export declare function executeApiWithMetric(api: () => Promise, metricName: string, apiName: string, metricEnabled: boolean, samplingPeriod?: number, telemetryProperties?: Record): Promise; //# sourceMappingURL=executeApiWithMetric.d.ts.map