export declare const on: (eventName: string) => { (target: Function): void; (target: Object, propertyKey: string | symbol): void; };