QueryTallyResultResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryTallyResultResponse;
    encode(message: QueryTallyResultResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryTallyResultResponseAmino): QueryTallyResultResponse;
    fromAminoMsg(object: QueryTallyResultResponseAminoMsg): QueryTallyResultResponse;
    fromPartial(object: {
        tally?: {
            abstain?: string;
            no?: string;
            noWithVeto?: string;
            yes?: string;
        };
    }): QueryTallyResultResponse;
    fromProtoMsg(message: QueryTallyResultResponseProtoMsg): QueryTallyResultResponse;
    toAmino(message: QueryTallyResultResponse): QueryTallyResultResponseAmino;
    toAminoMsg(message: QueryTallyResultResponse): QueryTallyResultResponseAminoMsg;
    toProto(message: QueryTallyResultResponse): Uint8Array;
    toProtoMsg(message: QueryTallyResultResponse): QueryTallyResultResponseProtoMsg;
}