import type { CatalogManifest, CatalogEntryStatus } from './schema.js'; export declare const SETUP_ONLY_INSTALLABLE_SKILLS: Set; export declare function isCatalogInstallableStatus(status: CatalogEntryStatus | string | undefined): boolean; export declare function getSetupInstallableSkillNames(manifest: CatalogManifest | null | undefined): Set; //# sourceMappingURL=installable.d.ts.map