import * as nt from "nekoton-wasm";
import { ShardAccount } from "@ton/core";
export declare const parseBlocks: (input: string) => Array<nt.EngineTraceInfo>;
export declare const shardAccountFromBoc: (boc: string, lastTxLt?: bigint, newBalance?: bigint) => ShardAccount;
export declare const bocFromShardAccount: (shardAccount: ShardAccount) => string;
