/** * Capability can only be delegated (but not invoked) allowing audience to * derive any `upload/shard/` prefixed capability for the space identified by * the DID in the `with` field. */ export const shard: import("@ucanto/interface").TheCapabilityParser, any>>; /** * Capability can be invoked to request a list of shards for an upload in the * space identified by the `with` field. */ export const list: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ root: Schema.Schema, any>; cursor: Schema.Schema; size: Schema.Schema<(number & import("multiformats").Phantom<{ typeof: "integer"; }>) | undefined, unknown>; }>>>; import { Schema } from '@ucanto/validator'; import { Link } from '@ucanto/validator'; export { Link, Schema }; //# sourceMappingURL=shard.d.ts.map