import http from 'http'; export declare const throwError: (res: http.ServerResponse, message: string) => void;