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