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