import type { Content, Root } from 'hast';
export type HNode = Content | Root;
//# sourceMappingURL=types.d.ts.map