import { Option } from '.'; export interface FlattenedOption extends Option { actualIndex: number; groupIndex: number; }