import type { NodeOptions } from '@highlight-run/node'; import { HighlightInterface } from './types'; export type HighlightEnv = NodeOptions; export declare const H: HighlightInterface; //# sourceMappingURL=highlight-edge.d.ts.map