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