import type { Theme } from "@earendil-works/pi-coding-agent"; export declare function renderTaskAgentTitle(agentType: string, theme: Theme): string; export declare function renderTaskTitleText(agentType: string, description: string, theme: Theme): string;