import type { Root as HastRoot } from 'hast';
export declare function removeHastComments(root: HastRoot): void;
export declare function rehypeRemoveHastComments(): (root: HastRoot) => void;
