export declare class ScopedAnalyticsFramework { static close(name: string): number static isBlocked(streamId: string, eventType: string): boolean static isDisabled(): boolean static open(name: string): number static send(streamId: string, obfuscationList: any, sample: any, columnList: any): number static sendEventAggJSON(streamId: string, evtAggConfigs: any, obfuscationList: any, sample: any): string static sendJSON(streamId: string, obfuscationList: any, sample: string): number }