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