export declare const on: (obj: T, ...args: A) => void; export declare const off: (obj: T, ...args: A) => void;