import { net } from "../../../adapter"; import WSocket from "../../wsocket"; declare const tool: { handle(socket: net.Socket, firstChunk: Buffer, callback: (wsocket: WSocket) => void): void; }; export default tool;