import http from 'node:http'; declare const _default: (req: http.IncomingMessage, res: http.ServerResponse) => Promise; export default _default;