export declare const PACKAGE_NAME = "@agenticprimitives/content-primitives"; export declare const PACKAGE_STATUS: "phase-1"; export declare const SPEC_REF = "specs/266-verifiable-content-substrate.md"; export type { AccessPolicy, ProofPolicy, DescriptorStatus, RightsStatus, TrustProfile, CanonicalLocus, CanonicalLocusEnvelope, CanonicalReference, ContentCommitment, CorpusManifest, WorkMeta, IssuerIdentityRef, ContentDescriptor, BuildDescriptorInput, SignatureVerifier, DelegatingSigner, DelegatedAuthorityVerifier, Entitlement, CitationAssertion, } from './types.js'; export { computeCanonicalId, canonicalReference, corpusRef, LOCUS_ID_SCHEME } from './reference.js'; export { jcsCanonicalize, canonicalHash } from '@agenticprimitives/verifiable-credentials'; export { hashPair, leafHash, buildCorpusTree, merkleRoot, merkleProof, verifyInclusion, type CorpusTree, } from './merkle.js'; export { NORMALIZATION_V1, canonicalizeRendering, contentCommitment, verifyCommitment, assertCommitment, descriptorHash, buildContentDescriptor, verifyContentDescriptor, type VerifyDescriptorOpts, type VerificationResult, } from './descriptor.js'; export { resolveCandidates, type ResolutionConstraints, type Candidate, type ResolutionResult, type TrustProfileConfig, } from './resolution.js'; export { evaluateEntitlement, buildCitationAssertion, type EntitlementDecision, type CitationInput, } from './entitlement.js'; export { InvalidReferenceError, CommitmentMismatchError } from './errors.js'; export { buildInclusionZkProof, bindPaymentMandate } from './reserved.js'; //# sourceMappingURL=index.d.ts.map