import { ShardAccount } from './ShardAccount'; import { Cell } from 'ton3-core'; export declare function parseShardAccount(cell: Cell): ShardAccount; //# sourceMappingURL=parseShardAccount.d.ts.map