type EtagFetchOptions = { url: string; etagStorageKey?: string; valueStorageKey?: string; }; export declare const etagFetch: (options: EtagFetchOptions) => Promise; export {};