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