import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { TenantsCollectionStats } from "./TenantsCollectionStats.js"; export declare const TenantsTenantStatsResponse: core.serialization.ObjectSchema; export declare namespace TenantsTenantStatsResponse { interface Raw { database?: string | null; knowledge_collection?: TenantsCollectionStats.Raw | null; memory_collection?: TenantsCollectionStats.Raw | null; message?: string | null; tenant_id?: string | null; } }