/*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT */ export default interface IRecyclable { recycle():void; }