import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult: core.serialization.ObjectSchema; export declare namespace GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult { interface Raw { acl_drift_recorded?: boolean | null; acl_updated?: boolean | null; additional_metadata_keys?: string[] | null; chunk_rows_matched?: number | null; chunk_rows_modified?: number | null; collection?: string | null; database?: string | null; database_metadata_keys?: string[] | null; id?: string | null; milvus_rows_synced?: number | null; milvus_sync_required?: boolean | null; milvus_synced?: boolean | null; partial_commit?: string | null; sub_tenant_id?: string | null; tenant_id?: string | null; tenant_metadata_keys?: string[] | null; updated?: boolean | null; vector_acl_synced?: boolean | null; vector_rows_synced?: number | null; vector_sync_error?: string | null; vector_sync_required?: boolean | null; vector_synced?: boolean | null; } }