WeightedVoteOption: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): WeightedVoteOption;
    encode(message: WeightedVoteOption, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: WeightedVoteOptionAmino): WeightedVoteOption;
    fromAminoMsg(object: WeightedVoteOptionAminoMsg): WeightedVoteOption;
    fromPartial(object: {
        option?: VoteOption;
        weight?: string;
    }): WeightedVoteOption;
    fromProtoMsg(message: WeightedVoteOptionProtoMsg): WeightedVoteOption;
    toAmino(message: WeightedVoteOption): WeightedVoteOptionAmino;
    toAminoMsg(message: WeightedVoteOption): WeightedVoteOptionAminoMsg;
    toProto(message: WeightedVoteOption): Uint8Array;
    toProtoMsg(message: WeightedVoteOption): WeightedVoteOptionProtoMsg;
}