import ActionsLeaf from "../Leaf"; import Dict from "../../Dict"; import ActionsBranch from "../Branch"; import LeafCreatorAPI from "../../Leaf/Creator/API"; declare type ActionsTree = Dict & ActionsLeaf; export default ActionsTree;