import { FetchResponse, Fetcher } from "./types";
export declare const testFetcher: (database: {
    [url: string]: FetchResponse;
}) => Fetcher;
