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

6 lines
345 B
TypeScript

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