export declare function fetchWithFallback(request: Request, fallbackUrl: string, cacheName: string): Promise<Response>;
