import { BehaviorAnalysis } from '../types';
export declare function analyzeBehavior(data?: Partial<BehaviorAnalysis>): BehaviorAnalysis;
