import type { IslandRegistryInput } from '../../types/island'; declare global { var __absoluteIslandRegistry: IslandRegistryInput | undefined; } export declare const getCurrentIslandRegistry: () => Partial>> | undefined; export declare const requireCurrentIslandRegistry: () => Partial>>; export declare const setCurrentIslandRegistry: (registry: IslandRegistryInput | undefined) => void;