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