QueryTallyResultRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryTallyResultRequest;
    encode(message: QueryTallyResultRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryTallyResultRequestAmino): QueryTallyResultRequest;
    fromAminoMsg(object: QueryTallyResultRequestAminoMsg): QueryTallyResultRequest;
    fromPartial(object: {
        proposalId?: bigint;
    }): QueryTallyResultRequest;
    fromProtoMsg(message: QueryTallyResultRequestProtoMsg): QueryTallyResultRequest;
    toAmino(message: QueryTallyResultRequest): QueryTallyResultRequestAmino;
    toAminoMsg(message: QueryTallyResultRequest): QueryTallyResultRequestAminoMsg;
    toProto(message: QueryTallyResultRequest): Uint8Array;
    toProtoMsg(message: QueryTallyResultRequest): QueryTallyResultRequestProtoMsg;
}