/// import { IncomingMessage, ServerResponse } from 'http'; declare const _default: () => (_req: IncomingMessage, res: ServerResponse, next: () => void) => void; export = _default;