export default class VoteProxy { constructor({ voteProxyService, proxyAddress, coldAddress, hotAddress }: { voteProxyService: any; proxyAddress: any; coldAddress: any; hotAddress: any; }); _voteProxyService: any; _proxyAddress: any; _coldAddress: any; _hotAddress: any; getProxyAddress(): any; getColdAddress(): any; getHotAddress(): any; }