export function getStoreImplementations(): { storefront: { pieceStore: StorefrontAPI.PieceStore; taskStore: StorefrontAPI.TaskStore; receiptStore: StorefrontAPI.ReceiptStore; contentStore: API.ReadableStreamStore; }; aggregator: { pieceStore: AggregatorAPI.PieceStore; bufferStore: AggregatorAPI.BufferStore; aggregateStore: AggregatorAPI.AggregateStore; inclusionStore: AggregatorAPI.InclusionStore; }; dealer: { aggregateStore: DealerAPI.AggregateStore; offerStore: any; }; dealTracker: { dealStore: DealTrackerAPI.DealStore; }; }; //# sourceMappingURL=store-implementations.d.ts.map