import type { TrainingIntent } from '../types'; export type { TrainingIntent } from '../types'; export interface DeriveTrainingIntentParams { requestData?: any; inferenceData?: any; preferencesMbti?: boolean; } export declare function deriveTrainingIntent({ requestData, inferenceData, preferencesMbti, }: DeriveTrainingIntentParams): TrainingIntent; //# sourceMappingURL=trainingIntent.d.ts.map