import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class FlowActionProvider { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); copyActionType(parentActionId?: string, duplicateActionName?: string, duplicateActionScopeId?: string): string; copyFlow(parentFlowId?: string, duplicateFlowName?: string, duplicateFlowScopeId?: string): string; getMinimalActionTypeDetails(actionSysId?: string): string; getMinimalMainActionTypeSnapshot(actionSysId?: string): string; } //# sourceMappingURL=FlowActionProvider.d.ts.map