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