export declare class AgentEventsGuard { private static DEFAULT_FIVE_MIN_BUFFER; private static EVENT_CODE_TO_LAST_CALL; static notifyIfNeeded(eventCode: number, data: any): void; static init(): void; }