import { CONTRACT } from '../typings/contractTypes'; /** * Process macro substitutions on source code * @param sourcecode Source code input * @returns preprocessed string */ export default function preprocessor(Program: CONTRACT): string;