/** Portable Mastermind router-skill rendering. */ import type { ArtifactIntent, InstallScope, PlatformAdapter } from '../types.js'; /** * This is the portable router projection. The manifest remains the canonical * source for full SKILL.md packages; later materialization copies each package * beneath this declared skill root without platform-specific duplication. */ export declare function portableSkillRouter(): string; /** Render only a verified native portable-skill surface. */ export declare function renderSkillRouter(adapter: PlatformAdapter, scope: InstallScope): ArtifactIntent[]; //# sourceMappingURL=skills.d.ts.map