import type { Note, PureRenote } from './entities.js'; export declare function isPureRenote(note: Note): note is PureRenote; //# sourceMappingURL=note.d.ts.map