export default class SingletonStore { listeners: any[]; listen: (listener: any) => void; call: (option: any) => void; }