/** * The core plugin for `remark-lint`. * This adds support for ignoring stuff from messages (``). * All rules are in their own packages and presets. * * @type {import('unified').Plugin, Root>} */ export default function remarkLint(): | void | import('unified').Transformer export type Root = import('mdast').Root