import { EventType } from './def'; export declare function off(eventName: EventType, fn: Function): void;