import { CoreAction } from "./interfaces"; export declare const DetectOnEvent: any; export declare class Detect extends CoreAction { name: string; private static readonly GLOBAL_COND_CONNECT_TIME; private static readonly DETECT_VERSION_NO; private _triggerLiveInMS; constructor(name?: string); readonly id: string; triggerLiveInMS: number; toCCML(): string; }