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