import type { FetchClient } from '@ace-fetch/core';
import type { Fetch } from '../types';
export declare function createFetch(client: FetchClient): Fetch;
