import type { Root } from 'hast';
export declare const animatedPlugin: () => (tree: Root) => void;
