import { ModelRuntime, type ExtensionContext, type ModelRegistry } from "@earendil-works/pi-coding-agent"; export declare function createChildModelRuntime(modelRegistry: ModelRegistry, model: NonNullable, agentDir: string): Promise;