/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import { type IBasicRestWrapperMetricProps } from "@fluidframework/server-services-client"; export declare const logHttpMetrics: (requestProps: IBasicRestWrapperMetricProps) => void; //# sourceMappingURL=httpRequestMetricsLogger.d.ts.map