/// <reference types="jquery" />
declare const ajax: (url: string, settings?: JQueryAjaxSettings | undefined) => JQueryXHR;
export default ajax;
