import { ElementNode, NodeExport } from '../types'; export declare function toJson(node: ElementNode): NodeExport;