export declare class HttpError extends Error { name: string; constructor(name: string, message: string); }