import type { SlateEditor } from '@udecode/plate-common'; import type { KeyboardEvent } from 'react'; /** * Allow escaping links if certain characters are typed at the right boundary of it. * * @see MT-4667 */ export declare function escapeLinksBoundaries(event: KeyboardEvent, editor: SlateEditor): void;