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