import { SenderArguments } from '@ton/core';
import { TonEncodedConfig } from "../../../../../../../core/blockchain/web3-private-service/web3-private/ton-web3-private/models/ton-types";
export declare function convertTxParamsToTonConfig(txParams: SenderArguments): TonEncodedConfig;
