import { SkillManifest, CatalogEntry } from "./utils"; export declare function loadCatalog(packageSkillsDir: string): Promise; export declare function getSkillManifest(packageSkillsDir: string, name: string): Promise; export declare function loadPrivateCatalog(packageSkillsDir: string): SkillManifest[]; export declare function loadMergedCatalog(packageSkillsDir: string, remoteSkills: SkillManifest[]): Promise;