import type { NodeOptions } from '@highlight-run/node'; import { HighlightInterface } from './types'; export type HighlightEnv = NodeOptions; export declare interface Metric { name: string; value: number; tags?: { name: string; value: string; }[]; } export declare const H: HighlightInterface; //# sourceMappingURL=highlight-node.d.ts.map