import * as types from '.';
declare type K = keyof typeof types;
declare type Msgs = typeof types[K];
export declare const ALL_EVENTS: Map<string, Msgs>;
export {};
