const TYPES = {
  IDSLParser: Symbol.for("IDSLParser"),
  IProgram: Symbol.for("IProgram"),
};

export { TYPES };