import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; 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; } //# sourceMappingURL=SNAnalyticsApp.d.ts.map