import type { StoredNote, NotesScope } from "../core/storage.js"; export declare function renderScopeLabel(scope: NotesScope): string; export declare function renderNotesList(notes: readonly StoredNote[]): string; export declare function renderNoteDetails(note: StoredNote): string; export declare function renderGrepResults(query: string, notes: readonly StoredNote[]): string; export declare function renderRewritePreview(currentMarkdown: string, proposedMarkdown: string): string; //# sourceMappingURL=render.d.ts.map