/** @description Complementary information to specify the exact 'Section of Packaging' Instructions (a mandatory piece of data for processing lithium batteries shipments). */
export declare enum PackageInstructionSectionTypes {
    Section1 = "section_1",
    Section2 = "section_2",
    Section1A = "section_1A",
    Section1B = "section_1B"
}
