/** * DEPRECATED — Training Attribution Ledger and Derivation Chain have moved * to the AEOESS Gateway. * * These are product intelligence (training event ledger, multi-hop * attribution resolution). The SDK retains cryptographic primitives in * `v2/attribution-*` modules. Implementation at @aeoess/gateway * (src/sdk-migrated/core/training-attribution.ts). * * See MIGRATION.md#data-lifecycle. */ export type TrainingUseType = never; export type TrainingAttributionReceipt = never; export type TrainingAttributionVerification = never; export type TrainingAttributionLedger = never; export type DerivationRecord = never; export type DerivationStore = never; export type ResolvedAttribution = never; export declare function createTrainingAttribution(..._args: unknown[]): never; export declare function verifyTrainingAttribution(..._args: unknown[]): never; export declare function createTrainingLedger(..._args: unknown[]): never; export declare function recordTrainingAttribution(..._args: unknown[]): never; export declare function getModelDataSources(..._args: unknown[]): never; export declare function getSourceTrainingCount(..._args: unknown[]): never; export declare function createDerivation(..._args: unknown[]): never; export declare function createDerivationStore(..._args: unknown[]): never; export declare function recordDerivation(..._args: unknown[]): never; export declare function resolveAttributionChain(..._args: unknown[]): never; //# sourceMappingURL=training-attribution.d.ts.map