import ActionStore from "../ActionStore";
import { DraggableComponentState } from "../../components/variables-section/variableorder/DraggableComponent";
import { SelectedVal } from "../../components/SelectedVal";
export default function updateVarName(actionStore: ActionStore, variableState: DraggableComponentState, previousVarName: SelectedVal): void;
