declare class ServerAdminWrapper { /** * isAuthenicated is a flag that indicates if a user is signed in. * We only log certain events (pageviews) if the user is not authenticated. */ private isAuthenicated; constructor(); trackPageView(): void; trackAction(eventAction: string, eventProps: any): void; } export declare const serverAdmin: ServerAdminWrapper; export {}; //# sourceMappingURL=serverAdminWrapper.d.ts.map