sig
  class type t =
    object ('a)
      method addEvents : 'Js.t -> unit Js.meth
      method addListener :
        'Js.t ->
        'Js.callback Js.optdef ->
        'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method addManagedListener :
        'Js.t ->
        'Js.t ->
        'Js.callback Js.optdef ->
        'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method afterRequest :
        Ext_data_Request.t Js.t -> bool Js.t -> unit Js.meth
      method batch : 'Js.t -> Ext_data_Batch.t Js.t Js.meth
      method buildRequest :
        Ext_data_Operation.t Js.t -> Ext_data_Request.t Js.t Js.meth
      method buildUrl : Ext_data_Request.t Js.t -> Js.js_string Js.t Js.meth
      method callParent : 'Js.t -> 'Js.t Js.meth
      method callSuper : 'Js.t -> 'Js.t Js.meth
      method clearListeners : unit Js.meth
      method clearManagedListeners : unit Js.meth
      method create :
        Ext_data_Operation.t Js.t ->
        'Js.callback -> 'Js.t -> unit Js.meth
      method destroy :
        Ext_data_Operation.t Js.t ->
        'Js.callback -> 'Js.t -> unit Js.meth
      method doRequest :
        Ext_data_Operation.t Js.t ->
        'Js.callback -> 'Js.t -> unit Js.meth
      method enableBubble : 'Js.t -> unit Js.meth
      method encodeFilters :
        Ext_util_Filter.t Js.js_array Js.t -> Js.js_string Js.t Js.meth
      method encodeSorters :
        Ext_util_Sorter.t Js.js_array Js.t -> Js.js_string Js.t Js.meth
      method fireEvent : Js.js_string Js.t -> 'Js.t -> bool Js.t Js.meth
      method fireEventArgs :
        Js.js_string Js.t -> 'a1 Js.t Js.js_array Js.t -> bool Js.t Js.meth
      method getInitialConfig :
        Js.js_string Js.t Js.optdef -> 'b1 Js.t Js.meth
      method getModel : Ext_data_Model.t Js.t Js.meth
      method getReader : Ext_data_reader_Reader.t Js.t Js.meth
      method getWriter : Ext_data_writer_Writer.t Js.t Js.meth
      method hasListener : Js.js_string Js.t -> bool Js.t Js.meth
      method hasListeners : 'c1 Js.t Js.readonly_prop
      method initConfig : 'd1 Js.t -> 'Js.t Js.meth
      method isObservable : bool Js.t Js.prop
      method isProxy : bool Js.t Js.prop
      method isSynchronous : bool Js.t Js.prop
      method mon :
        'e1 Js.t ->
        'f1 Js.t ->
        'g1 Js.callback Js.optdef ->
        'h1 Js.t Js.optdef -> 'i1 Js.t Js.optdef -> 'j1 Js.t Js.meth
      method mun :
        'k1 Js.t ->
        'l1 Js.t ->
        'm1 Js.callback Js.optdef -> 'n1 Js.t Js.optdef -> unit Js.meth
      method on :
        'o1 Js.t ->
        'p1 Js.callback Js.optdef ->
        'q1 Js.t Js.optdef -> 'r1 Js.t Js.optdef -> 's1 Js.t Js.meth
      method read :
        Ext_data_Operation.t Js.t ->
        't1 Js.callback -> 'u1 Js.t -> unit Js.meth
      method relayEvents :
        'v1 Js.t ->
        Js.js_string Js.t Js.js_array Js.t ->
        Js.js_string Js.t Js.optdef -> 'w1 Js.t Js.meth
      method removeListener :
        Js.js_string Js.t ->
        'x1 Js.callback -> 'y1 Js.t Js.optdef -> unit Js.meth
      method removeManagedListener :
        'z1 Js.t ->
        'a2 Js.t ->
        'b2 Js.callback Js.optdef -> 'c2 Js.t Js.optdef -> unit Js.meth
      method resumeEvent : Js.js_string Js.t -> unit Js.meth
      method resumeEvents : unit Js.meth
      method self : Ext_Class.t Js.t Js.prop
      method setExtraParam : Js.js_string Js.t -> 'd2 Js.t -> unit Js.meth
      method setModel : 'e2 Js.t -> bool Js.t -> unit Js.meth
      method setReader : 'f2 Js.t -> Ext_data_reader_Reader.t Js.t Js.meth
      method setWriter : 'g2 Js.t -> Ext_data_writer_Writer.t Js.t Js.meth
      method statics : Ext_Class.t Js.t Js.meth
      method suspendEvent : Js.js_string Js.t -> unit Js.meth
      method suspendEvents : bool Js.t -> unit Js.meth
      method un :
        Js.js_string Js.t ->
        'h2 Js.callback -> 'i2 Js.t Js.optdef -> unit Js.meth
      method update :
        Ext_data_Operation.t Js.t ->
        'j2 Js.callback -> 'k2 Js.t -> unit Js.meth
    end
  class type configs =
    object ('a)
      method afterRequest :
        ('Js.t, Ext_data_Request.t Js.t -> bool Js.t -> unit)
        Js.meth_callback Js.writeonly_prop
      method api : 'Js.t Js.prop
      method batchActions : bool Js.t Js.prop
      method batchOrder : Js.js_string Js.t Js.prop
      method cacheString : Js.js_string Js.t Js.prop
      method directionParam : Js.js_string Js.t Js.prop
      method extraParams : 'Js.t Js.prop
      method filterParam : Js.js_string Js.t Js.prop
      method groupDirectionParam : Js.js_string Js.t Js.prop
      method groupParam : Js.js_string Js.t Js.prop
      method idParam : Js.js_string Js.t Js.prop
      method limitParam : Js.js_string Js.t Js.prop
      method listeners : 'Js.t Js.prop
      method model : 'Js.t Js.prop
      method noCache : bool Js.t Js.prop
      method pageParam : Js.js_string Js.t Js.prop
      method reader : 'Js.t Js.prop
      method simpleGroupMode : bool Js.t Js.prop
      method simpleSortMode : bool Js.t Js.prop
      method sortParam : Js.js_string Js.t Js.prop
      method startParam : Js.js_string Js.t Js.prop
      method timeout : Js.number Js.t Js.prop
      method url : Js.js_string Js.t Js.prop
      method writer : 'Js.t Js.prop
    end
  class type events =
    object
      method _exception :
        (#Ext_data_proxy_Proxy.t Js.t ->
         'Js.t -> Ext_data_Operation.t Js.t -> 'Js.t -> unit)
        Js.callback Js.writeonly_prop
      method metachange :
        (Ext_data_proxy_Proxy.t Js.t -> 'Js.t -> 'Js.t -> unit)
        Js.callback Js.writeonly_prop
    end
  class type statics =
    object
      method addMembers : 'Js.t -> unit Js.meth
      method addStatics : 'Js.t -> 'Js.t Js.meth
      method capture :
        'Js.t -> 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
      method create : 'Js.t Js.meth
      method createAlias : 'Js.t -> 'Js.t -> unit Js.meth
      method getName : Js.js_string Js.t Js.meth
      method observe : 'Js.callback -> 'Js.t -> unit Js.meth
      method releaseCapture : 'Js.t -> unit Js.meth
    end
  val of_configs :
    Ext_data_proxy_Server.configs Js.t -> Ext_data_proxy_Server.t Js.t
  val to_configs :
    Ext_data_proxy_Server.t Js.t -> Ext_data_proxy_Server.configs Js.t
end