import { type ParsedNote } from '../services/jsarch.js'; export declare function compareNotes(aNote: Pick, bNote: Pick): number;