export declare const DATABASE_KEY = "request"; export declare function fetchCached(input: string | URL | globalThis.Request, init: RequestInit): Promise;