import type { ExtensionCommandContext } from '@earendil-works/pi-coding-agent'; export declare function show_search_github_skills_modal(ctx: ExtensionCommandContext): Promise; export declare function show_add_github_skill_modal(ctx: ExtensionCommandContext): Promise; export declare function show_update_github_skills_modal(ctx: ExtensionCommandContext): Promise;