import { Socket } from 'socket.io';
export declare function extractSocketToken(client: Socket): string | null;
