import { Socket, ExtendedError } from "socket.io";
export declare const socketAuthentication: (socket: Socket, next: (err?: ExtendedError) => void) => void;
