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