import type { SurveyTriggerCustomEventCondition, SurveyTriggerUrlCondition } from '../__generated__/graphql';
export declare function isScreenTriggerConditionTrue(condition: SurveyTriggerUrlCondition, arg: String): boolean;
export declare function isCustomEventTriggerConditionTrue(condition: SurveyTriggerCustomEventCondition, arg: String): boolean;
//# sourceMappingURL=triggerConditions.d.ts.map