/// <reference path="../globals.d.ts" />
/**
 * Custom HTTP wrapper function that handles authentication for the call from within PowerPages for you, making it all the easier to make API calls with {@link API}
 */
export default function safeAjax<T = any>(options: JQuery.AjaxSettings): JQuery.Promise<T, any, any>;
