import * as Semantic from '@math-blocks/semantic'; import type { CharRow } from '../char/types'; import type { TokenNode } from '../token/types'; export declare const editorParser: { readonly parse: (arg0: readonly TokenNode[]) => Semantic.types.Node; }; export declare const parse: (input: CharRow) => Semantic.types.Node;