export declare const AdvanceConditionTypes: readonly ["EVENT", "TIMED"]; export type AdvanceConditionType = (typeof AdvanceConditionTypes)[number];