export declare const payloadCache: any; export declare const islandCache: any; export declare const islandPropCache: any; export declare const sharedPrerenderPromises: Map> | null; export declare const sharedPrerenderCache: { get(key: string): Promise | undefined; set(key: string, value: Promise): Promise; } | null;