export declare function HANDSHAKE(app?: string): (target: any, key: string, descriptor: PropertyDescriptor) => void;
export declare function ONCONNECT(app?: string): (target: any, key: string, descriptor: PropertyDescriptor) => void;
export declare function ONDISCONNECT(app?: string): (target: any, key: string, descriptor: PropertyDescriptor) => void;
