import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { TenantsInfraStatusResponseV2Type } from "./TenantsInfraStatusResponseV2Type.js"; import { TenantsInfraV2 } from "./TenantsInfraV2.js"; export declare const TenantsInfraStatusResponseV2: core.serialization.ObjectSchema; export declare namespace TenantsInfraStatusResponseV2 { interface Raw { database?: string | null; infra?: TenantsInfraV2.Raw | null; message?: string | null; org_id?: string | null; tenant_id?: string | null; type?: TenantsInfraStatusResponseV2Type.Raw | null; } }