import Dict from "../../Dict"; import StateBranch from "../Branch"; import StateLeaf from "../Leaf"; declare type StateTree = Dict; export default StateTree;