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