import { rpc } from "@cityofzion/neon-core"; export interface Candidate { publicKey: string; votes: number; } export declare function getCandidates(client: rpc.NeoServerRpcClient): Promise; //# sourceMappingURL=getCandidates.d.ts.map