import { ServerResponse } from 'http'; export declare const abort: (statusCode: number, res: ServerResponse) => void;