import { Break } from 'mdast';
import { Handler } from '../parser.js';
export declare const hardBreak: Handler<Break>;
