import type { IToken } from '../../types'; import type * as hast from '../../html/types'; export declare const toHast: (node: IToken) => hast.IElement | hast.IText | hast.IRoot;