export type RuntimeLogger = (...args: any[]) => void; export interface MetricPayload extends Record { metric: string; } export declare function emitRuntimeMetric(logger: RuntimeLogger | undefined, metric: string, payload?: Record): void; //# sourceMappingURL=instrumentation.d.ts.map