import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class SNAnalyticsApp { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) getApp(): Record getAppName(): string getAppSysId(): string getChannelType(): string getTableName(): string isEnabled(): boolean isUnauthenticatedUserTrackingEnabled(): boolean }