import type { RxServerAdapter } from '../server/types'; import type { Express } from 'express'; import { Request, Response } from 'express'; import { Server as HttpServer } from 'http'; export declare const HTTP_SERVER_BY_EXPRESS: WeakMap>; export declare const RxServerAdapterExpress: RxServerAdapter;