/** * Action ID for the `Configure Skills` action. */ export declare const CONFIGURE_SKILLS_ACTION_ID = "workbench.action.chat.configure.skills"; /** * Helper to register the `Manage Skills` action. */ export declare function registerSkillActions(): void;