import type { IslandFramework } from '../../types/island'; export declare const getIslandManifestEntries: (manifest: Record) => Partial>>; export declare const getIslandManifestKey: (framework: IslandFramework, component: string) => string;