import { type ThreadItem, type UnknownDocument } from '../types/index.ts'; export declare function formatThreadItemPreview(item: ThreadItem): string; export declare function formatDocumentPreview(document: UnknownDocument): string; //# sourceMappingURL=thread.d.ts.map