import { int } from "@cafetextual/nlist/dist/src/ntree/types"; import Breakpoint from '../parsertooling/breakpoint/Breakpoint'; export default class ParseConfig { includeAst: boolean; includeAnnoations: boolean; annotaionType: string; enableIncremental: boolean; linesPerResponse: int; throttleInMs: int; debugEnable: boolean; breakpoints: Array; }