import { type Logger } from "../logging/index"; export declare function startLoggingStreamForModel(modelId: string, modelLogger: Logger): void; export declare function stopLoggingStreamForModel(modelId: string): void; export declare function hasActiveStreamForModel(modelId: string): boolean; //# sourceMappingURL=logging-stream-registry.d.ts.map