import { IExceptionMessage } from '../exception'; import { RuntimeException } from '../runtime.exception'; export declare class ServiceUnavailableException extends RuntimeException { constructor(message?: IExceptionMessage, data?: T); } //# sourceMappingURL=service-unavaiable.exception.d.ts.map