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