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