/** * Capability allowing a Storefront or Aggregator to obtain deal information * for a given aggregate piece. */ export const dealInfo: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ piece: import("../types.js").PieceLinkSchema; }>>>; import { Schema } from '@ucanto/validator'; //# sourceMappingURL=deal-tracker.d.ts.map