export declare let gaInstalled: boolean; export declare function installGoogleAnalytics(gaConfig: any): Promise; export declare function trackGAEvent(category: string, action: string, label: string): void; //# sourceMappingURL=googleAnalytics.d.ts.map