import type { PureRenote } from './entities.js'; export declare function isPureRenote(note: { renote?: object | null; reply?: object | null; text: string | null; cw?: string | null; fileIds?: string[]; poll?: object | null; event?: Record | null; }): note is PureRenote; //# sourceMappingURL=note.d.ts.map