import { Slice } from 'ton3-core'; import { AccountStorage } from './AccountStorage'; export declare function loadAccountStorage(slice: Slice): AccountStorage; //# sourceMappingURL=loadAccountStorage.d.ts.map