import type { ExtensionCommandContext } from '@earendil-works/pi-coding-agent'; import type { SkillsManager } from '../manager.js'; export declare function show_refresh_summary(ctx: ExtensionCommandContext, mgr: SkillsManager): Promise; export declare function show_defaults_modal(ctx: ExtensionCommandContext, mgr: SkillsManager): Promise; export declare function pick_profile(ctx: ExtensionCommandContext, mgr: SkillsManager, title: string): Promise; export declare function show_profiles_modal(ctx: ExtensionCommandContext, mgr: SkillsManager): Promise;