export declare const TABLE_TYPE_DECISION_TABLE = "decision-table"; /** Defines the type of rows in the decision table rowMap */ export declare enum DecisionTableRowType { SECTION = "section", ROW = "row" } export declare const COLUMN_NAMES_SECTIONS: string[]; export declare const COLUMN_NAMES_SUB_SECTIONS: string[]; //# sourceMappingURL=constants.d.ts.map