/** * `allowed-tools` as a list. * * Comma-separated in the frontmatter because that is what authors write and * what the field has always accepted. Split here rather than at parse so * the stored metadata keeps the author's own string — the same reasoning * `invocation` uses for not defaulting at parse. */ export declare function parseAllowedTools(declared: string | undefined): readonly string[] | undefined; export declare const SKILL_TOOL_NAME = "skill"; export declare const SkillTool: import("../../public-types.js").ToolDefinition<{ name?: string | undefined; cursor?: string | undefined; }>; //# sourceMappingURL=skill.d.ts.map