import type { Hash, IdentityFunction } from '@ariestools/sdk'; import { type BoundWitness, type WithStorageMeta } from '@xyo-network/sdk-protocol'; import type { ReadArchivist } from '../PayloadArchivist.js'; export declare const tryGetTypedBoundWitnessWithStorageMeta: (archivist: ReadArchivist, hash: Hash, identity: IdentityFunction>) => Promise | undefined>; export declare const getTypedBoundWitnessWithStorageMeta: (archivist: ReadArchivist, hash: Hash, identity: IdentityFunction>) => Promise>; export declare const getBoundWitnessWithStorageMeta: (archivist: ReadArchivist, hash: Hash) => Promise>; //# sourceMappingURL=getBoundWitness.d.ts.map