import { CONTRACT } from '../../typings/contractTypes'; import { DECLARATION_TYPES } from '../../typings/syntaxTypes'; import { GENCODE_SOLVED_OBJECT } from '../codeGeneratorTypes'; export declare function typeCasting(Program: CONTRACT, InSolved: GENCODE_SOLVED_OBJECT, toType: DECLARATION_TYPES, line: string): GENCODE_SOLVED_OBJECT;