import type { NoteInfo, NotesListParams, UiServiceDeps } from '../types.js'; export declare function resolveNotesPath(deps: UiServiceDeps, projectId: string): string; export declare function handleNotesList(deps: UiServiceDeps, params: NotesListParams): Promise;