import { type Address, type Contract, type ProviderRpcClient } from 'everscale-inpage-provider';
import { TokenTransferTvmSolEventAbi } from '../../models/token-transfer-tvm-sol-event/abi';
export declare function tokenTransferTvmSolEventContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof TokenTransferTvmSolEventAbi>;
