import { AST } from './syntacticAnalysis'; export declare const simplifyAST: (ast: AST) => AST;