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