/** * Interface for identifying an emitter as part of the workbench system. */ export interface Emitter { }