/** * DEPRECATED — Data Contribution Ledger has moved to the AEOESS Gateway. * * The ledger is product intelligence (aggregation, metering, compensation * accrual across receipts). Primitive types live in `../types/data-contribution.js` * and stay in the SDK. Implementation at @aeoess/gateway * (src/sdk-migrated/core/data-contribution.ts). * * See MIGRATION.md#data-lifecycle. */ export type ContributionLedger = never; export declare function createContributionLedger(): never; export declare function recordContribution(..._args: unknown[]): never; export declare function queryContributions(..._args: unknown[]): never; export declare function getSourceMetrics(..._args: unknown[]): never; export declare function getAgentDataFootprint(..._args: unknown[]): never; //# sourceMappingURL=data-contribution.d.ts.map