type SkillSourceFacade = typeof import("./skill-source.js"); type CoreSkillSource = import("./skill-source.js").SkillSource; type CoreSkillSourceError = import("./skill-source.js").SkillSourceError; export declare const SkillSource: SkillSourceFacade; export declare namespace SkillSource { type DESCRIPTION_CAP = typeof import("./skill-source.js").DESCRIPTION_CAP; type Frontmatter = import("./skill-source.js").Frontmatter; type SkillSourceError = CoreSkillSourceError; type SkillSource = CoreSkillSource; type makeListing = typeof import("./skill-source.js").makeListing; type layerSkills = typeof import("./skill-source.js").layerSkills; type layerEmpty = typeof import("./skill-source.js").layerEmpty; type layerTest = typeof import("./skill-source.js").layerTest; type merge = typeof import("./skill-source.js").merge; type layer = typeof import("./skill-source.js").layer; type selectListings = typeof import("./skill-source.js").selectListings; type Interface = import("./skill-source.js").Interface; type Skill = import("./skill-source.js").Skill; type Source = import("./skill-source.js").Source; } export {};