import { Api } from 'tonapi-sdk-js'; import { SenderArguments } from '@ton/ton'; import { WalletVersion } from '../types/WalletVersion'; export declare function emulateMessage(client: Api, messages: SenderArguments[] | undefined, wallet: string | null, walletPubKey: string | null, walletVersion: WalletVersion | undefined): Promise;