import Graph from "./Graph"; import Step from "./Step"; export default class Template extends Graph { constructor(startStep: Step); }