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