import { CONTRACT } from '../../typings/contractTypes'; import { GENCODE_ARGS, GENCODE_SOLVED_OBJECT } from '../codeGeneratorTypes'; /** Process one binary abstract syntax node */ export default function binaryAsnProcessor(Program: CONTRACT, ScopeInfo: GENCODE_ARGS): GENCODE_SOLVED_OBJECT;