/** @type {API.Tests} */ export const test: API.Tests; export type TestContext = { connection: API.ConnectionView; data: Uint8Array; digest: API.MultihashDigest; space: API.SpaceDID; proof: API.Delegation; site: API.Delegation<[AssertLocation]>; }; import * as API from '../../../../types.js'; import type { AssertLocation } from '@web3-storage/content-claims/capability/api'; //# sourceMappingURL=replicate.d.ts.map