import { Expression } from "./expressions/Expression"; export declare const simplify: (a: Expression) => Expression;