import type { Root as MdastRoot } from 'mdast';
export declare function remarkRemoveUpdatedAt(): (root: MdastRoot) => void;
