import { HttpError } from 'http-errors'; export declare function isHttpError(error: Error): error is HttpError;