MsgAggregateExchangeRateVote: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgAggregateExchangeRateVote;
    encode(message: MsgAggregateExchangeRateVote, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgAggregateExchangeRateVoteAmino): MsgAggregateExchangeRateVote;
    fromAminoMsg(object: MsgAggregateExchangeRateVoteAminoMsg): MsgAggregateExchangeRateVote;
    fromPartial(object: {
        exchangeRates?: string;
        feeder?: string;
        validator?: string;
    }): MsgAggregateExchangeRateVote;
    fromProtoMsg(message: MsgAggregateExchangeRateVoteProtoMsg): MsgAggregateExchangeRateVote;
    toAmino(message: MsgAggregateExchangeRateVote): MsgAggregateExchangeRateVoteAmino;
    toProto(message: MsgAggregateExchangeRateVote): Uint8Array;
    toProtoMsg(message: MsgAggregateExchangeRateVote): MsgAggregateExchangeRateVoteProtoMsg;
}