import { LogEntry } from '../model/types.js'; export declare function useProgressiveLog(): { currentLog: LogEntry | null; showLog: (text: string, kind?: LogEntry["kind"]) => void; clearLog: () => void; }; //# sourceMappingURL=use-progressive-log.d.ts.map