import { Context } from "react"; import ReactPlugin from "./ReactPlugin"; export declare type AppInsightsReactContext = Context; declare const AppInsightsContext: AppInsightsReactContext; declare const useAppInsightsContext: () => ReactPlugin; export { AppInsightsContext, useAppInsightsContext };