export declare const ACTION_ADD_REPEATED_ROW = "add_repeated_row"; export declare const ACTION_BACK = "back"; export declare const ACTION_PURCHASE_PRODUCTS = "purchase_products"; export declare const ACTION_SELECT_PRODUCT_TO_PURCHASE = "select_product_to_purchase"; export declare const ACTION_REMOVE_PRODUCT_FROM_PURCHASE = "remove_product_from_purchase"; export declare const ACTION_LOGOUT = "logout"; export declare const ACTION_NEXT = "next"; export declare const ACTION_NEW_SUBMISSION = "new_submission"; export declare const ACTION_OAUTH_LOGIN = "trigger_oauth_login"; export declare const ACTION_GENERATE_ENVELOPES = "open_fuser_envelopes"; export declare const ACTION_REMOVE_REPEATED_ROW = "remove_repeated_row"; export declare const ACTION_GENERATE_QUIK_DOCUMENTS = "generate_quik_documents"; export declare const ACTION_SEND_MAGIC_LINK = "send_magic_link"; export declare const ACTION_SEND_SMS_CODE = "send_sms_code"; export declare const ACTION_SEND_EMAIL_CODE = "send_email_code"; export declare const ACTION_SEND_SMS_MESSAGE = "send_sms_message"; export declare const ACTION_STORE_FIELD = "store_field_value"; export declare const ACTION_TRIGGER_ARGYLE = "trigger_argyle"; export declare const ACTION_TRIGGER_FLINKS = "trigger_flinks"; export declare const ACTION_TRIGGER_PLAID = "trigger_plaid"; export declare const ACTION_TRIGGER_PERSONA = "trigger_persona"; export declare const ACTION_ALLOY_VERIFY_ID = "alloy_verify_id"; export declare const ACTION_SCHWAB_CREATE_CONTACT = "schwab_create_contact"; export declare const ACTION_URL = "url"; export declare const ACTION_VERIFY_EMAIL = "verify_email"; export declare const ACTION_VERIFY_SMS = "verify_sms"; export declare const ACTION_VERIFY_COLLABORATOR = "verify_collaborator"; export declare const ACTION_INVITE_COLLABORATOR = "invite_collaborator"; export declare const ACTION_REWIND_COLLABORATION = "rewind_collaboration"; export declare const ACTION_AI_EXTRACTION = "ai_document_extract"; export declare const ACTION_TELESIGN_SILENT_VERIFICATION = "telesign_silent_verification"; export declare const ACTION_TELESIGN_PHONE_TYPE = "telesign_phone_type"; export declare const ACTION_TELESIGN_VOICE_OTP = "telesign_voice_otp"; export declare const ACTION_TELESIGN_SMS_OTP = "telesign_sms_otp"; export declare const ACTION_TELESIGN_VERIFY_OTP = "telesign_verify_otp"; export declare const NAVIGATION_ACTIONS: string[]; export declare const REQUIRED_FLOW_ACTIONS: { trigger_argyle: string; trigger_plaid: string; trigger_flinks: string; alloy_verify_id: string; trigger_persona: string; }; export declare function hasFlowActions(actions: any[]): any; export declare const stepEvents: string[]; export declare const elementEvents: string[]; export declare function isRunnableStepEventRule(rule: any, curStepId: string): any; export declare function canRunAction(logicRule: any, currentStepId: string, props: any, containerId: string | undefined): any; export declare const ACTION_EXECUTION_ORDER: { url: number; back: number; next: number; trigger_oauth_login: number; new_submission: number; }; //# sourceMappingURL=elementActions.d.ts.map