export declare function HTTPServer({ onRequest, port, }: { onRequest: any; port: number; }): any;