import { types } from '@math-blocks/semantic'; export declare const print: (node: types.Node) => string; export declare const parse: (str: string) => types.Node;