import Dict from "./Dict"; import StructuralMap, { Key } from "./StructuralMap"; export default () => { return new Dict(new StructuralMap()); };