import type { Nodes } from 'hast-util-find-and-replace/lib';
export declare const emojiMarkdownPlugin: () => (node: Nodes) => undefined;
