import type * as Emitter from "component-emitter";
export declare function on(obj: Emitter, ev: string, fn: (err?: any) => any): VoidFunction;
