import type { JsonMlNode } from './types';
export declare const toHtml: (node: JsonMlNode, tab?: string, ident?: string) => string;
