import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class FlowTemplates { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) static updateFlowActions(flowId?: string, order?: string, inputName?: string, newValue?: string): void static updateFlowLogic(flowId?: string, order?: string, inputName?: string, newValue?: string): void static updateFlowTrigger(flowId?: string, triggerName?: string, newTriggerValue?: string): void }