import { CstNode } from 'chevrotain'; export default function cstToAst(cst: CstNode, blockLevel?: number): any;