import type { LocalAgent } from "@strands-agents/sdk"; import { AgentSkills, type SkillSource } from "@strands-agents/sdk/vended-plugins/skills"; export declare const AGENT_SKILLS_STATE_KEY = "hooman.agentSkills"; export declare function builtInSkillsPath(): string; export declare function createAgentSkillSources(): SkillSource[]; export declare function createAgentSkillsPlugin(): AgentSkills; export declare function clearAgentSkillsPromptInjectionState(agent: LocalAgent): void;