import { RichText } from "../types";
declare const hasAnnotations: (rich_text: RichText[]) => boolean;
export default hasAnnotations;
