declare class WebSocketInterface { url: string; constructor(url: string); } export default WebSocketInterface;