import { AlgorithmNode } from './Nodes'; export declare const invert: (ast: AlgorithmNode) => AlgorithmNode;