import Notifier from './Notifier'; export default class StoreMetadata { instance: { [field: string]: any; }; actionCallDepth: number; notifier: Notifier; constructor(storeSource: any); readonly state: { [field: string]: any; }; }