import type { Command } from 'commander'; import { isDossierFrontmatter } from '../opencode-sync'; export declare function registerInstallSkillCommand(program: Command): void; export { isDossierFrontmatter }; //# sourceMappingURL=install-skill.d.ts.map