import BuildShortcutOptions from '../interfaces/BuildShortcutOptions';
import WFWorkflow from '../interfaces/WF/WFWorkflow';
import WFWorkflowActionsInterface from '../interfaces/WF/WFWorkflowAction';
/** @ignore */
export declare const buildShortcutTemplate: (actions: WFWorkflowActionsInterface[] | undefined, options: BuildShortcutOptions) => WFWorkflow;
