import { ServiceError } from "./ServiceError";
export declare class ServiceUnavailableError extends ServiceError {
}
