import tag from './tag';
import { Parser } from '../index';
export default function fragment(parser: Parser): typeof tag;
