import { Account, Address, Cell } from "ton-core"; export declare function createAccount(args: { code: Cell; data: Cell; workchain?: number; address?: Address; balance?: bigint; }): Account;