export interface ISpecSections { SectionID: string; Name: string; DisplayOrder: string; Volume: string; NotReqXML: string; FIXMLFileName: string; Description: string; } export declare const SECTIONS: ISpecSections[];