import type { Element } from 'hast';
export declare function unifiedRemoveClassNames(): (node: Element) => undefined;
