import type { AgentSessionRuntime } from "@earendil-works/pi-coding-agent"; export declare function createStartupInfoMessage(runtime: AgentSessionRuntime): string;