import type { SkillInfo } from "./skill-scanner.js"; /** * Scan the standalone authoring location (`/skills/`). * Returns SkillInfo entries with scope="own", scopeV2="authoring-project", * group="authoring", source="project". */ export declare function scanStandaloneSkills(root: string): SkillInfo[];