import type { Condition } from '../Condition'; import type { AppEvent } from './AppEvent'; import type { ExtoleInternal } from './ExtoleInternal'; export declare class EventCondition implements Condition { type: string; title: string; has_data_keys: string[]; has_data_vales: string[]; event_names: string[]; test(event: AppEvent, _: ExtoleInternal): boolean; } //# sourceMappingURL=EventCondition.d.ts.map