import { HttpError } from "@leyyo/common"; /** * Http 503 Service Unavailable * * The server is not ready to handle the request * */ export declare class ServiceUnavailableError extends HttpError { }