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