import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { TenantsVectorstoreStatusV2 } from "./TenantsVectorstoreStatusV2.js"; export declare const TenantsInfraV2: core.serialization.ObjectSchema; export declare namespace TenantsInfraV2 { interface Raw { graph_status?: boolean | null; ready_for_ingestion?: boolean | null; scheduler_status?: boolean | null; vectorstore_status?: TenantsVectorstoreStatusV2.Raw | null; } }