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