import PlanNode from "./PlanNode"; interface Module { method: () => void; path: Array; } export = Module;