export declare const INSERT_MENTION_COMMAND: import("lexical").LexicalCommand<unknown>;
export declare const DELETE_MENTION_COMMAND: import("lexical").LexicalCommand<unknown>;
export declare const CLEAR_HIDE_MENU_TIMEOUT: import("lexical").LexicalCommand<unknown>;
export declare const MENTION_REGEX: RegExp;
