export default interface Collectable { interval: () => number; collect: () => any; getKey: () => string; }