import { CustomMetricBase } from '../types.ts'; export declare function constructMetricContext({ description, unit, status, result, type, labels, buckets, }: Omit): Record;