/** * * Marker interface used to prevent circular dependancies */ export default interface ISeepGrammar { // marker only }