/** * Default Skill Definitions (RFC-0052) */ import type { Skill } from "./types.js"; export declare const DEFAULT_SKILLS: Skill[]; //# sourceMappingURL=defaults.d.ts.map