import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { TenantsMilvusDataType } from "./TenantsMilvusDataType.js"; export declare const TenantsCustomPropertyDefinition: core.serialization.ObjectSchema; export declare namespace TenantsCustomPropertyDefinition { interface Raw { data_type?: TenantsMilvusDataType.Raw | null; enable_dense_embedding?: boolean | null; enable_match?: boolean | null; enable_sparse_embedding?: boolean | null; max_length?: number | null; name?: string | null; } }