import { HttpException } from './http.exception'; /** * Exception for HTTP 503 Service Unavailable errors */ export declare class ServiceUnavailableException extends HttpException { constructor(message?: string); }