export function provide(context: API.ConsumerServiceContext): API.ServiceMethod, Pick<{ consumer: `did:key:${string}` & `did:${string}` & API.Phantom<{ protocol: "did:"; }>; }, "consumer">>, boolean, API.Failure>; export function has({ capability }: API.Input, Provider.Schema.InferStruct<{ consumer: import("@ucanto/core/schema").Schema<`did:key:${string}` & `did:${string}` & import("multiformats").Phantom<{ protocol: "did:"; }>, any>; }>>>>, context: API.ConsumerServiceContext): Promise>; import * as API from '../types.js'; import * as Provider from '@ucanto/server'; //# sourceMappingURL=has.d.ts.map