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