export function emit(event: any, data?: {}): void;
export function on(event: any, baseHandler: any): void;
