import type { SessionState } from '../session/state.js'; /** * Returns true if the given entry ID is embedded in any rich text field * across all entries in the current session. Used by the `remove` command * to avoid deleting entries that are still referenced in rich text blocks * even after being unlinked from a content array. */ export declare function isReferencedInSessionRichText(session: SessionState, entryId: string): boolean; //# sourceMappingURL=references.d.ts.map