/** @description Name of the regulatory authority for dangerous goods */
export declare enum RegulationSetTypes {
    /** @description International Air Transport Association */
    IATA = "iata",
    /** @description European Agreement concerning the International Carriage of Dangerous Goods by Road */
    ADR = "adr",
    /** @description International Maritime Dangerous Goods */
    IMDG = "imdg",
    /** @description Code of Federal Regulations Title 49 */
    CFR49 = "cfr49",
    /** @description Regulations concerning the International Carriage of Dangerous Goods by Rail */
    RID = "rid",
    /** @description Transportation of Dangerous Goods (Canada) */
    TDG = "tdg"
}
