import { Builder } from "@dawntech/dwntbots-models"; export declare const createGoBackAction: ($id: string, pattern: string) => Builder.SetVariableCustomAction; export declare const setErrorTypeWhenInactive: ($id: string) => Builder.SetVariableCustomAction; export declare const setErrorTypeWhenClose: ($id: string, pattern: string) => Builder.SetVariableCustomAction; export declare const createGlobalScriptAction: ($id: string) => Builder.ExecuteScriptCustomAction; export declare const deleteIntentsCommandAction: ($id: string) => Builder.ProcessCommandCustomAction; export declare const trackIntentsEventAction: ($id: string) => Builder.TrackEventCustomAction; export declare const trackUnexpectedEventAction: ($id: string) => Builder.TrackEventCustomAction; export declare const resetFromErrorVariable: ($id: string) => Builder.SetVariableCustomAction;