import { IDatabase, IDatabaseStore } from '../../../../storage'; import { AccountValue } from './AccountValue'; export declare function GetOldStores(db: IDatabase): { accounts: IDatabaseStore<{ key: string; value: AccountValue; }>; }; //# sourceMappingURL=index.d.ts.map