import type { Nodes } from 'hast-util-find-and-replace/lib';
import type { UserResponse } from 'stream-chat';
export declare const mentionsMarkdownPlugin: (mentioned_users: UserResponse[]) => () => (tree: Nodes) => void;
