import type { MentionNode } from '@prezly/slate-types'; export declare function createUserMention(user: MentionNode['user']): MentionNode;