declare class Collector { static keyMap: Record; private constructor(); static add(key: string): void; } export default Collector;