import { EventConditionalCountry, RequestData } from '../types';
import { HtEvent } from './ht-event';
export declare class HtEventConditionalCountry extends HtEvent {
    flow_thread_id: string;
    flow_id: string;
    flow_name: string;
    flow_node_id: string;
    flow_node_content_id: string;
    flow_node_is_meaningful: boolean;
    country: string;
    constructor(event: EventConditionalCountry, requestData: RequestData);
}
