/** EDV HTTP client + helpers — vaults/1.0 data plane. */ export { EdvClient, encodeChainHeader } from './EdvClient'; export type { EdvClientOptions } from './EdvClient'; export { IndexComputer, matchesQuery } from './indexes'; export type { IndexEntry, IndexedAttribute } from './indexes'; export { EdvClientError, type EncryptedDocument, type QueryRequest, type QueryResponse, type VaultDescriptor, } from './types';