import { FlowAction } from '../actions/action'; import { FlowVersion } from '../flow-version'; export declare function _getActionsForCopy(selectedSteps: string[], flowVersion: FlowVersion): FlowAction[]; //# sourceMappingURL=copy-action-operations.d.ts.map