/** * Capability can only be delegated (but not invoked) allowing audience to * derive any `space/index/` prefixed capability for the space identified by the DID * in the `with` field. */ export const index: import("@ucanto/interface").TheCapabilityParser, any>>; /** * `space/index/add` capability allows an agent to submit verifiable claims * about content-addressed data to be published on the InterPlanetary Network * Indexer (IPNI), making it publicly queryable. */ export const add: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ index: Schema.Schema, number, 1>, any>; }>>>; export { Schema }; import { Schema } from '@ucanto/validator'; //# sourceMappingURL=index.d.ts.map