export {}; declare global { namespace jest { interface Matchers { toHaveVoteBalance(voteBalance: string): Promise; } } } //# sourceMappingURL=vote-balance.d.ts.map