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