/** * Bundled copy of the `aithos.contacts.v1` schema. * * Mirrors `spec/data/schemas/aithos.contacts.v1.json` of the * Aithos-protocol repo. The SDK uses this to split a record into its * indexable (metadata) and encrypted (payload) parts on insert and to * recombine them on read. * * In a later iteration the SDK will fetch / resolve schemas dynamically * from a registry; for v0.1 we bundle the core schemas. */ import type { AithosSchemaLite } from "./data.js"; export declare const contactsV1: AithosSchemaLite; //# sourceMappingURL=data-schema-contacts-v1.d.ts.map