import { FetchMiddleware } from'../http/fetcher.js';
/**
* This middleware will emit warnings based on HTTP responses.
*
* Currently it just inspects the 'Deprecation' HTTP header from
* draft-dalal-deprecation-header
*/exportdefaultfunction (): FetchMiddleware;