export interface SkillCatalogEntry { name: string; path: string; } export declare function listSkillPool(env?: NodeJS.ProcessEnv): Promise;