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