import type { Content, Root } from 'hast';
export type HNode = Content | Root;
