import { SendLegacyVoteOptions } from './types/SendLegacyVoteOptions';
export declare function sendLegacyVote(host: string, port: number | undefined, options: SendLegacyVoteOptions): Promise<void>;
