/** * Capability allowing an Aggregator to request an aggregate to be added to a * deal with a Storage Provider. */ export const aggregateOffer: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ aggregate: import("../types.js").PieceLinkSchema; pieces: Schema.Schema, any>; }>>>; /** * Capability that allows a Dealer to signal an aggregate has been accepted * for inclusion in a Filecoin deal. */ export const aggregateAccept: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ aggregate: import("../types.js").PieceLinkSchema; pieces: Schema.Schema, any>; }>>>; import { Schema } from '@ucanto/validator'; //# sourceMappingURL=dealer.d.ts.map