import { ModelRegistry, ModelRuntime } from '@earendil-works/pi-coding-agent'; export declare function createSetupRuntime(agentDir: string): Promise<{ runtime: ModelRuntime; registry: ModelRegistry; }>;