import { CONTRACT } from '../../typings/contractTypes'; import { GENCODE_ARGS, GENCODE_SOLVED_OBJECT } from '../codeGeneratorTypes'; /** Manages the functions to process Abstract Syntax Nodes */ export default function genCode(Program: CONTRACT, ScopeInfo: GENCODE_ARGS): GENCODE_SOLVED_OBJECT;