import { IndicatorSectionValues, IdentificationSectionValues, LocalUseSectionValues, GridDefinitionSectionValues, ProductDefinitionSectionValues, DataRepresentationSectionValues, BitMapSectionValues, DataSectionValues, EndSectionValues } from '../sections';
import { IndicatorSection, IdentificationSection, LocalUseSection, GridDefinitionSection, ProductDefinitionSection, DataRepresentationSection, BitMapSection, DataSection, EndSection } from '../sections';
export declare type SectionValues = [IndicatorSectionValues, IdentificationSectionValues, LocalUseSectionValues, GridDefinitionSectionValues, ProductDefinitionSectionValues, DataRepresentationSectionValues, BitMapSectionValues, DataSectionValues, EndSectionValues];
export declare type Sections = [IndicatorSection, IdentificationSection, LocalUseSection, GridDefinitionSection, ProductDefinitionSection, DataRepresentationSection, BitMapSection, DataSection, EndSection];
