import { HttpError } from './HttpError'; export declare class InternalServerError extends HttpError { constructor(message?: string); }