import type { Nodes } from 'hast-util-find-and-replace/lib'; import type { UserResponse } from 'open-chat-js'; import type { DefaultStreamChatGenerics } from '../../../../types/types'; export declare const mentionsMarkdownPlugin: (mentioned_users: UserResponse[]) => () => (tree: Nodes) => void; //# sourceMappingURL=mentionsMarkdownPlugin.d.ts.map