export function info({ capability }: API.Input, {}>, API.CapabilityMatch<"store/remove", `did:key:${string}` & `did:${string}` & API.Phantom<{ protocol: "did:"; }>, Space.Store.Schema.InferStruct<{ link: Space.Store.Schema.Schema, any>; }>> | API.CapabilityMatch<"store/list", `did:key:${string}` & `did:${string}` & API.Phantom<{ protocol: "did:"; }>, Space.Store.Schema.InferStruct<{ cursor: Space.Store.Schema.Schema; size: Space.Store.Schema.Schema<(number & import("multiformats").Phantom<{ typeof: "integer"; }>) | undefined, unknown>; pre: Space.Store.Schema.Schema; }>> | API.CapabilityMatch<"upload/add", `did:key:${string}` & `did:${string}` & API.Phantom<{ protocol: "did:"; }>, Space.Store.Schema.InferStruct<{ root: typeof Space.Store.Schema.Link; shards: Space.Store.Schema.Schema, number, 1>[] | undefined, any>; }>> | API.CapabilityMatch<"upload/remove", `did:key:${string}` & `did:${string}` & API.Phantom<{ protocol: "did:"; }>, Space.Store.Schema.InferStruct<{ root: typeof Space.Store.Schema.Link; }>> | API.CapabilityMatch<"upload/list", `did:key:${string}` & `did:${string}` & API.Phantom<{ protocol: "did:"; }>, Space.Store.Schema.InferStruct<{ cursor: Space.Store.Schema.Schema; size: Space.Store.Schema.Schema<(number & import("multiformats").Phantom<{ typeof: "integer"; }>) | undefined, unknown>; pre: Space.Store.Schema.Schema; }>>>>>, ctx: API.SpaceServiceContext): Promise>; import * as API from '../types.js'; import { Space } from '@storacha/capabilities'; //# sourceMappingURL=info.d.ts.map