/** * Evidence adapters — additional verifiable layers attached to a SpatialProof * beyond GPS + frame-integrity + Merkle. Built native per GridStamp doctrine. */ export { parseSpz, parseSpzOrThrow, SPZ_MAGIC, SPZ_HEADER_SIZE, SPZ_SUPPORTED_VERSION, } from './splat.js'; export type { SpzEvidence, SpzParseResult, SpzRejectReason } from './splat.js';