import { AST } from './types/AST'; export declare function optimize(ast: AST, processed?: Set): AST;