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