import { FetchMiddleware } from'../http/fetcher.js';
importClientfrom'../client.js';
/**
* This middleware injects a default Accept header.
*
* The list of content-types is generated from the Client's
* 'contentTypeMap'.
*/exportdefaultfunction (client: Client): FetchMiddleware;