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