export const assert: import("@ucanto/interface").TheCapabilityParser, {}>>; /** * Claims that a CID is available at a URL. */ export const location: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ content: Schema.Schema | Schema.InferStruct<{ digest: Schema.Schema, unknown>; }>, any>; location: Schema.ArraySchema, unknown>; range: Schema.Schema, unknown>; length: Schema.Schema<(number & import("multiformats").Phantom<{ typeof: "integer"; }>) | undefined, unknown>; }> | undefined, unknown>; space: Schema.Schema> | undefined, any>; }>>>; /** * Claims that a CID includes the contents claimed in another CID. */ export const inclusion: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ content: Schema.Schema | Schema.InferStruct<{ digest: Schema.Schema, unknown>; }>, any>; includes: Schema.Schema, any>; proof: Schema.Schema | undefined, any>; }>>>; /** * Claims that a content graph can be found in blob(s) that are identified and * indexed in the given index CID. */ export const index: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ content: Schema.Schema | Schema.InferStruct<{ digest: Schema.Schema, unknown>; }>, any>; index: Schema.Schema, any>; }>>>; /** * Claims that a CID's graph can be read from the blocks found in parts. */ export const partition: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ content: Schema.Schema | Schema.InferStruct<{ digest: Schema.Schema, unknown>; }>, any>; blocks: Schema.Schema | undefined, any>; parts: Schema.ArraySchema, any>; }>>>; /** * Claims that a CID links to other CIDs. */ export const relation: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ content: Schema.Schema | Schema.InferStruct<{ digest: Schema.Schema, unknown>; }>, any>; children: Schema.ArraySchema, any>; parts: Schema.ArraySchema, any>; includes: Schema.Schema, any>; parts: Schema.Schema[] | undefined, any>; }> | undefined, unknown>; }>, any>; }>>>; /** * Claim data is referred to by another CID and/or multihash. * e.g CAR CID & CommP CID */ export const equals: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ content: Schema.Schema | Schema.InferStruct<{ digest: Schema.Schema, unknown>; }>, any>; equals: Schema.Schema, any>; }>>>; import { Schema } from '@ucanto/validator'; //# sourceMappingURL=assert.d.ts.map