import { FetchFunction, V4FetchFunction } from './types';
export declare const wrapper: (fetch: FetchFunction) => V4FetchFunction;
declare const _default: V4FetchFunction;
export default _default;
