/** The column the test cases starts. */ export declare const START_COLUMN_TESTCASE: number; /** The first row '0' will not be read */ export declare const DECISION_START_ROW = 1; /** The column the section type is located. */ export declare const COLUMN_TYPE: number; /** The column the name of the Equivalence class is located. */ export declare const COLUMN_FIELD_EQ_CLASS: number; /** The column the name of the generator calls are located. */ export declare const COLUMN_FIELD_TDG: number; /** The column the comment is located. */ export declare const COLUMN_FIELD_COMMENT: number; /** MURO=MultiRow. The column where the 'key' value is located. */ export declare const COLUMN_MURO_KEY: number; /** MURO=MultiRow. The column where the 'other' value is located. */ export declare const COLUMN_MURO_OTHER: number; /** MURO=MultiRow. The column where the 'comment' value is located. */ export declare const COLUMN_MURO_COMMENT: number; /** The identifier for the decision table. */ export declare const KEY_TABLE_START = ""; //# sourceMappingURL=ParserDecisionConstants.d.ts.map