/** Config interface */
export interface SocketIoConfig {
    url: string;
    options?: any;
}
