import { EventIntentSmart, RequestData } from '../types';
import { HtEvent } from './ht-event';
export declare class HtEventIntentSmart extends HtEvent {
    nlu_intent_smart_title: string;
    nlu_intent_smart_num_used: number;
    nlu_intent_smart_message_id: string;
    user_input: string;
    flow_thread_id: string;
    flow_id: string;
    flow_node_id: string;
    constructor(event: EventIntentSmart, requestData: RequestData);
}
