export function createService(context: Types.ConsumerServiceContext): { has: Types.ServiceMethod, Pick<{ consumer: `did:key:${string}` & `did:${string}` & Types.Phantom<{ protocol: "did:"; }>; }, "consumer">>, boolean, Types.Failure>; get: Types.ServiceMethod, Pick<{ consumer: `did:key:${string}` & `did:${string}` & Types.Phantom<{ protocol: "did:"; }>; }, "consumer">>, Types.ConsumerGetSuccess, Types.Failure | (Types.Failure & Types.ConsumerNotFound)>; }; import * as Types from './types.js'; //# sourceMappingURL=consumer.d.ts.map