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