declare global { var __absoluteManifest: Record | undefined; var __ABS_ISLAND_STATE__: Record> | undefined; } export declare const htmlContainsIslands: (html: string) => boolean; export declare const injectIslandPageContext: (html: string, options?: { hasIslands?: boolean; }) => string; export declare const injectIslandPageContextStream: (stream: ReadableStream, options?: { hasIslands?: boolean; }) => ReadableStream>; export declare const setCurrentIslandManifest: (manifest: Record) => void;