declare namespace qp {

    //TODO: Gets JQuery.AjaxOptions and returns JQuery.Promise

    function ajax(userOptions: any): any;
    
}