import { PersistCache } from './persist-cache'; export declare const createStore: () => Promise<{ cache: PersistCache; clear(url: string): Promise; fetch(url: string, options?: RequestInit): Promise; }>;