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