import httpMessageParser from './httpParser.js';
export declare const parseMessage: typeof httpMessageParser;
export declare function createConnection(instance: any, pin: string, body: any): import("node:net").Socket;
