/** * Keeps the ProseMirror decoration plugin's selected id aligned with the * React-owned right-rail selection state. */ export declare function useReviewSuggestionSelectionSync(selectedReviewSuggestionId: string | null | undefined): void;