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