import type { ExtensionCommandContext } from "@earendil-works/pi-coding-agent"; export declare function showAgentPermissions(ctx: ExtensionCommandContext, record: import("../types.js").AgentRecord): Promise; export declare function showAgentDetail(ctx: ExtensionCommandContext, name: string): Promise;