export declare function onEvent(type: string, selector?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
export declare function onDoc(type: string, selector?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
export declare function onWin(type: string, selector?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
export declare function bindOnEventsDecorators(this: any): void;
export declare function unbindOnEventsDecorators(this: any): void;
