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