import { ICallStatLog } from '../../types/PerfStatReporter'; import { IEventualStatLog } from '../../types/IEventualStatLog'; export declare class StatAggregator { private static _instance; private readonly _eventualLogs; static create(): void; static logCallStat(params: ICallStatLog): void; /** @link https://wiki.odkl.ru/pages/viewpage.action?pageId=100892588 */ static logEventualStat(params: IEventualStatLog): void; static destroy(): void; private _destroy; }