import type { StreamFn } from "@earendil-works/pi-agent-core"; import type { Api, Model } from "@earendil-works/pi-ai"; import type { KlawConfig } from "../config/types.klaw.js"; export declare function registerProviderStreamForModel(params: { model: Model; cfg?: KlawConfig; agentDir?: string; workspaceDir?: string; env?: NodeJS.ProcessEnv; allowRuntimePluginLoad?: boolean; }): StreamFn | undefined;