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