import { SendVoteOptions } from './types/SendVoteOptions'; export declare function sendVote(host: string, port: number | undefined, options: SendVoteOptions): Promise;