export declare function WebSocketData(): (target: any, propertyKey: PropertyKey, parameterIndex: number) => void;
export declare function WebSocketClose(): (target: any, propertyKey: PropertyKey, parameterIndex: number) => void;
export declare function WebSocketError(): (target: any, propertyKey: PropertyKey, parameterIndex: number) => void;
export declare function WebSocketCloseCode(): (target: any, propertyKey: PropertyKey, parameterIndex: number) => void;
export declare function WebSocketCloseReason(): (target: any, propertyKey: PropertyKey, parameterIndex: number) => void;
