import { Context } from '../imports/Context' import { Function } from '../imports/Function' 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 }