import type { ExtensionCommandContext } from "@mariozechner/pi-coding-agent"; /** * Show the agent editor for a given agent name. * The agent must have an editable .md file. */ export declare function showAgentEditor(ctx: ExtensionCommandContext, name: string): Promise;