import { Socket } from "ngx-socket-io"; export declare class SocketService extends Socket { constructor(socketUrl: string); }