export declare function CONNECT(target: any, key: string, descriptor: PropertyDescriptor): PropertyDescriptor;
export declare function DISCONNECT(target: any, key: string, descriptor: PropertyDescriptor): PropertyDescriptor;
