import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; 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; } //# sourceMappingURL=FlowTemplates.d.ts.map