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