import { ICommitteeService } from './ICommitteeService'; import Web3 from 'web3'; export declare class CommitteeService implements ICommitteeService { private web3; private committeeContract; constructor(web3: Web3, delegationsContractAddress?: string); }