Outlook_Addin_LLM/node_modules/applicationinsights/out/AutoCollection/diagnostic-channel/mongodb.sub.d.ts

6 lines
349 B
TypeScript
Raw Normal View History

import TelemetryClient = require("../../Library/TelemetryClient");
import { IStandardEvent } from "diagnostic-channel";
import { mongodb } from "diagnostic-channel-publishers";
export declare const subscriber: (event: IStandardEvent<mongodb.IMongoData>) => void;
export declare function enable(enabled: boolean, client: TelemetryClient): void;