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