import { Builder } from "@dawntech/dwntbots-models"; export declare const createHttpErrorType: ($id: string, variable: string) => Builder.SetVariableCustomAction; export declare const createScriptErrorType: ($id: string, variable: string) => Builder.SetVariableCustomAction; export declare const createBlipScriptErrorType: ($id: string, variable: string, name: string) => Builder.SetVariableCustomAction;