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