import type http from 'node:http'; import type net from 'node:net'; export declare const customConnect: (socket: net.Socket, server: http.Server) => Promise; //# sourceMappingURL=custom_connect.d.ts.map