import { ISpecSections } from '../../spec/SpecSections'; import Field from '../Field'; import { SectionType } from './SectionType'; export declare class Sections { sections: ISpecSections[]; cacheMap: Map; sectionType: SectionType; constructor(); processSection(item: Field, sectionId: string): void; }