export declare const on: (evt: string, fn: any) => void;
export declare const off: (evt: string, fn: any) => void;
