/** * This is a marker interface for providers. A provider is an abstraction allowing products to * inject or wire in functionality into a framework. */ export interface Provider { }