import type { IText, IElement } from '../types';
import type { JsonMlNode } from './types';
export declare const toHast: (node: JsonMlNode) => IText | IElement;
