import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { TenantsCustomPropertyDefinition } from "./TenantsCustomPropertyDefinition.js"; export declare const TenantsTenantMetadataSchemaResponse: core.serialization.ObjectSchema; export declare namespace TenantsTenantMetadataSchemaResponse { interface Raw { database?: string | null; fields?: TenantsCustomPropertyDefinition.Raw[] | null; tenant_id?: string | null; } }