/// export declare type Vote = { key: Buffer; iv: string; data: string; }; export declare type VoteData = { utxoId: string; vote: object; };