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