/** * The core plugin for `remark-lint`. * * This adds support for ignoring stuff from messages (``). * All rules are in their own packages and presets. * * @this {Processor} */ export default function remarkLint(this: Processor): void; import type { Processor } from 'unified'; //# sourceMappingURL=index.d.ts.map