import { AnyClass, IndexedClass } from '../types'; export declare class IndexStore { static add(cls: IndexedClass): void; static flush(): void; static getAll(): AnyClass[]; private static store; }