import { int } from '../types/NativeAliases'; export declare class GoogleAnalytics { /** * @param pageName */ static pushPage(pageName: string): void; /** * @returns */ static endEvent(): boolean; /** * @param pageName */ static popPage(pageName: string): void; /** * @param eventCategory * @param eventAction * @param eventLabel * @param eventValue * @returns */ static startEvent(eventCategory: string, eventAction: string, eventLabel: string, eventValue: int): boolean; } //# sourceMappingURL=GoogleAnalytics.d.ts.map