AggregateExchangeRateVote: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): AggregateExchangeRateVote;
    encode(message: AggregateExchangeRateVote, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: AggregateExchangeRateVoteAmino): AggregateExchangeRateVote;
    fromAminoMsg(object: AggregateExchangeRateVoteAminoMsg): AggregateExchangeRateVote;
    fromPartial(object: {
        exchangeRateTuples?: {
            denom?: string;
            exchangeRate?: string;
        }[];
        voter?: string;
    }): AggregateExchangeRateVote;
    fromProtoMsg(message: AggregateExchangeRateVoteProtoMsg): AggregateExchangeRateVote;
    toAmino(message: AggregateExchangeRateVote): AggregateExchangeRateVoteAmino;
    toProto(message: AggregateExchangeRateVote): Uint8Array;
    toProtoMsg(message: AggregateExchangeRateVote): AggregateExchangeRateVoteProtoMsg;
}