import { ServerException } from "../core/ServerException.js"; export declare class ServiceUnavailable extends ServerException { static readonly STATUS = 503; constructor(message: string, origin?: Error | string | any); }