import type { OptionType, SectionOptionType } from '../types'; export declare const getSectionOptionsIndexes: (data: SectionOptionType[], options: OptionType[]) => number[]; //# sourceMappingURL=get-section-options-indexes.d.ts.map