/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import type { Metric, OTel } from '../types.js'; /** * Creates metric helpers backed by the package meter. */ export declare function metricFactory(otel: OTel): Metric;