import type http from 'node:http'; import type net from 'node:net'; export declare const customConnect: (socket: net.Socket, server: http.Server) => Promise;