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