import type { IMdTransformerOptions } from "./index"; import type { Root } from 'mdast'; export default function remarkBreaks(opts: Pick): (tree: Root) => void;