import { FetchOptions, AjaxOptions } from'ember-fetch/types';
/**
* Helper function that translates the options passed to `jQuery.ajax` into a format that `fetch` expects.
*/exportdefaultfunctionmungOptionsForFetch(options: AjaxOptions): FetchOptions;