export const ProviderDID: import("@ucanto/core/schema").Schema<`did:web:${string}` & `did:${string}` & import("@ucanto/interface").Phantom<{ protocol: "did:"; }>, any>; /** * Capability can be invoked by a provider to check if it has given space as * a consumer. */ export const has: import("@ucanto/interface").TheCapabilityParser, import("@ucanto/validator").InferStruct<{ consumer: import("@ucanto/core/schema").Schema<`did:key:${string}` & `did:${string}` & import("@ucanto/interface").Phantom<{ protocol: "did:"; }>, any>; }>>>; /** * Capability can be invoked by a provider to get information about a consumer. */ export const get: import("@ucanto/interface").TheCapabilityParser, import("@ucanto/validator").InferStruct<{ consumer: import("@ucanto/core/schema").Schema<`did:key:${string}` & `did:${string}` & import("@ucanto/interface").Phantom<{ protocol: "did:"; }>, any>; }>>>; //# sourceMappingURL=consumer.d.ts.map