import { type Api, type Model } from "@earendil-works/pi-ai"; import type { StreamFn } from "./types.ts"; export declare function withEmptyAssistantRecovery(model: Model, streamFunction: StreamFn): StreamFn; //# sourceMappingURL=empty-assistant-recovery.d.ts.map