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