import { ISpecSections } from '../../spec/SpecSections'; export declare class SectionType { sectionID: string | null; name: string | null; displayOrder: string | null; volume: string | null; notReqXML: string | null; fixmlFileName: string | null; description: string | null; reset(): void; setSection(section: ISpecSections): void; }