import type { RichTextEditor } from '../../../text-editor/types'; /** * isActive will check if the editor contains a link or DTR block already. */ export declare const isActive: (editor: RichTextEditor, type: 'link' | 'dtr') => boolean;