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