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