import { HttpError } from "@leyyo/common"; /** * Http 500 Internal Server Error * * The server has encountered a situation it does not know how to handle. This error is generic, indicating that the server cannot find a more appropriate 5XX status code to respond with. * */ export declare class InternalServerError extends HttpError { }