/**
 * App Insights Library Service
 * The app insights module from the package applicationinsights-js
 * rewritten to typescript
 */
export declare class AppInsightsLibraryService {
    constructor();
    private window;
    private _appInsightsInitialized;
    private _appInsightsName;
    private _createLazyMethod(name);
    private _defineLazyMethods();
    private _getDownloadAndSetup();
    getAppInsightsInstance(): any;
}
