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 get information about the * customer. */ export const get: import("@ucanto/interface").TheCapabilityParser, import("@ucanto/validator").InferStruct<{ customer: import("@ucanto/core/schema").Schema<`did:mailto:${string}` & `did:${string}` & import("@ucanto/interface").Phantom<{ protocol: "did:"; }>, any>; }>>>; //# sourceMappingURL=customer.d.ts.map