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 HandlerVaultCredentialEntry: core.serialization.ObjectSchema; export declare namespace HandlerVaultCredentialEntry { interface Raw { collection?: string | null; connector_id?: string | null; credential_id?: string | null; database?: string | null; fields?: string[] | null; label?: string | null; provider?: string | null; } }