import type { AjaxOptions } from '../../internal/types.mjs'; export declare function ajaxPromise(_options: AjaxOptions): Promise;