import { EventType, TypeInfo } from "tc-shared/connectionlog/Definitions"; export declare type DispatcherLog = (data: TypeInfo[T], handlerId: string, eventType: T) => void; export declare function findNotificationDispatcher(type: T): DispatcherLog; export declare function getRegisteredNotificationDispatchers(): TypeInfo[]; export declare function isNotificationEnabled(type: EventType): any;