import { Sentence } from "../sentence";

export class DeclarativeSentence extends Sentence {

    nextSentence: number = -1;
}