/**
 * Dev-only debug plugin to inspect AST structure.
 *
 * @module
 */
import { Plugin } from 'unified';
import { Root } from 'mdast';
export declare const remarkDebugAST: Plugin<[], Root>;
//# sourceMappingURL=debug-ast.d.ts.map