import { CONTRACT } from '../typings/contractTypes'; import { TOKEN, SENTENCES } from '../typings/syntaxTypes'; /** Expect one or more sentences in codetrain and converts it * to items in sentences array */ export default function sentencesProcessor(Program: CONTRACT, codetrain?: TOKEN[], addTerminator?: boolean): SENTENCES[];