/// import type { IncomingMessage, ServerResponse } from 'node:http'; import { type Chainable } from './dx.js'; import './polyfillWithResolvers.js'; export declare function connectMiddlewares(...middlewares: Array<(req: IncomingMessage, res: ServerResponse, next: () => any) => any>): Chainable;