/** Categories track a name with it's units and abbreviation */
export interface TableCategory {
    parameter: string;
    units: string;
    abbrev: string;
}
/**
 * # GRIB2 - CODE TABLE 4.0 - PRODUCT DEFINITION TEMPLATE NUMBER
 *
 * **Details**:
 * - **Section**: 4
 * - **Octets**: 8-9
 * - **Revised**: 07/12/2024
 *
 * **Reserved Ranges**:
 * - `16-19`: Reserved
 * - `21-29`: Reserved
 * - `36-39`: Reserved
 * - `50`: Reserved
 * - `52`: Reserved
 * - `64-66`: Reserved
 * - `69`: Reserved
 * - `74-75`: Reserved
 * - `128-253`: Reserved
 * - `255-999`: Reserved
 * - `1003-1099`: Reserved
 * - `1102-32767`: Reserved
 * - `32768-65534`: Reserved for Local Use
 *
 * **Special Value**:
 * - `65535`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-0.shtml)
 *
 * ## Notes
 * - Red text depicts changes made since 08/23/2023.
 */
export declare const grib2LookupTable40: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.1: PARAMETER CATEGORY BY PRODUCT DISCIPLINE
 *
 * **Created**: 12/07/2023
 * **Revised**: 12/07/2023 (Red text depicts changes made since 10/30/2023)
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-1.shtml)
 *
 * ## Notes
 * - The disciplines are given in Section 0, Octet 7 of the GRIB2 message and are defined in Table 0.0.
 * - When a new category is to be added to Code table 4.1 and more than one discipline applies,
 *   the choice of discipline should be made based on the intended use of the product.
 */
export declare const grib2LookupTable41: Record<number, Record<number, string>>;
/**
 * # GRIB2 - CODE TABLE 4.2-0-0
 *
 * **Classification**: Meteorological products, Temperature category
 *
 * **Available forms**: GRIB2
 *
 * **Defined area**: Meteorological parameters
 *
 * **Alias**: N/A
 *
 * **Domain**: Global
 *
 * **Input type**: Numeric (GRIB2 octets)
 *
 * **Output type**: Numeric (GRIB2 octets)
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2.shtml)
 *
 * ## Required Parameters
 * - `Parameter`: The name of the meteorological parameter.
 * - `Units`: The units of measurement for the parameter.
 * - `Abbrev`: The abbreviation for the parameter.
 *
 * ## Optional Parameters
 * - `Reserved`: Reserved values are placeholders for future use or non-used categories.
 *
 * ## Notes
 * (1) Parameter deprecated. See Regulation 92.6.2 and use another parameter instead.
 * (2) Apparent temperature is the perceived outdoor temperature, caused by a combination of phenomena, such as air temperature, relative humidity, and wind speed.
 */
export declare const grib2LookupTable42_00: Record<number, TableCategory>;
/**
 * # GRIB2 - CODE TABLE 4.2-0-1
 *
 * **Classification**: Meteorological products, Moisture category
 *
 * **Available forms**: GRIB2
 *
 * **Defined area**: Meteorological parameters
 *
 * **Alias**: N/A
 *
 * **Domain**: Global
 *
 * **Input type**: Numeric (GRIB2 octets)
 *
 * **Output type**: Numeric (GRIB2 octets)
 *
 * **Used by**:
 * - Section 0, Octet 7 = 0
 * - Section 4, Octet 10 = 1
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2.shtml)
 *
 * ## Required Parameters
 * - `Parameter`: The name of the meteorological parameter.
 * - `Units`: The units of measurement for the parameter.
 * - `Abbrev`: The abbreviation for the parameter.
 *
 * ## Optional Parameters
 * - `Reserved`: Reserved values are placeholders for future use or non-used categories.
 *
 * ## Notes
 * (1) Parameter deprecated - See Regulation 92.6.2 and use another parameter instead.
 * (2) Total precipitation/snowfall rate stands for the sum of convective and large-scale precipitation/snowfall rate.
 * (3) Statistical process 1 (Accumulation) does not change units. It is recommended to use another parameter with "rate" in its name and accumulation in PDT.
 * (4) The listed units for this parameter appear to be inappropriate for the potential evaporation rate. Instead, it is recommended to use parameter 143.
 * (5) Total solid precipitation includes the sum of all types of solid water, e.g. graupel, snow, and hail.
 * (6) Assuming a cloud containing a bi-modal ice particle distribution, "cloud ice" refers to the small particle mode, whereas the large mode is usually called "snow". ("Ice pellets", in contrast, may refer to the precipitation of sleet, formed from freezing raindrops or refreezing (partially) melted snowflakes, or the precipitation of small hail.)
 * (7) It is recommended to use Snow melt rate instead (discipline 2, category 0, number 41).
 * (8) It is recommended to use parameter 148.
 * (9) Snow evaporation is the accumulated amount of water that has evaporated from snow from within the snow-covered area of a grid-box.
 *
 * Local Use Notes:
 * (A) The numeric value is a reference to a weather string and key table stored in the Local Use Section (Section 2) of the same GRIB2 message. See MDL Template 2.1 page and this page for more details.
 */
export declare const grib2LookupTable42_01: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-0-2
 *
 * **Classification**: Meteorological products, Momentum category
 *
 * **Available forms**: Numerical values
 *
 * **Defined area**: Meteorological domain
 *
 * **Alias**: Momentum, wind
 *
 * **Domain**: Meteorological
 *
 * **Input type**: Numerical
 *
 * **Output type**: Numerical
 */
export declare const grib2LookupTable42_02: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-3
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 3
 * (Meteorological products, Mass category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 3
 * Revised 12/07/2023
 * Red text depicts changes made since 06/23/2022
 * @see [GRIB2 - Table 4.2-0-3: Parameters for Discipline 0 Category 3 (Mass category)](https://www.example.com)
 */
export declare const grib2LookupTable42_03: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-4
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 4
 * (Meteorological products, Short-wave radiation category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 4
 * Revised 11/02/2023
 * Red text depicts changes made since 06/23/2022
 * @see [GRIB2 - Table 4.2-0-4: Parameters for Discipline 0 Category 4 (Short-wave radiation category)](https://www.example.com)
 */
export declare const grib2LookupTable42_04: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-5
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 5
 * (Meteorological products, Long-wave radiation category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 5
 * Revised 11/02/2023
 * Red text depicts changes made since 11/02/2023
 * @see [GRIB2 - Table 4.2-0-5: Parameters for Discipline 0 Category 5 (Long-wave radiation category)](https://www.example.com)
 */
export declare const grib2LookupTable42_05: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-6
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 6
 * (Meteorological products, Cloud category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 6
 * Revised 10/24/2023
 * Red text depicts changes made since 10/24/2023
 *
 * **Notes:**
 * - Parameter deprecated - Use another parameter in parameter category 1: moisture instead.
 * - The sum of the water and ice fractions may exceed the total due to overlap between the volumes containing ice and those containing liquid water.
 * - Fog is defined as cloud cover in the lowest model level.
 * - This parameter is the amount of sunshine in seconds over a given length of time in seconds. Sunshine is defined as a radiation intensity above 120 W m-2.
 * @see [GRIB2 - Table 4.2-0-6: Parameters for Discipline 0 Category 6 (Cloud category)](https://www.example.com)
 */
export declare const grib2LookupTable42_06: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-7
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 7
 * (Meteorological products, Thermodynamic Stability category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 7
 * Revised 06/23/2022
 * Red text depicts changes made since 01/25/2021
 *
 * **Notes:**
 * - Parameter deprecated - Use another parameter in parameter category 1: moisture instead.
 * @see [GRIB2 - Table 4.2-0-7: Parameters for Discipline 0 Category 7 (Thermodynamic Stability category)](https://www.example.com)
 */
export declare const grib2LookupTable42_07: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-13
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 13
 * (Meteorological products, Aerosols category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 13
 * Revised 02/13/2012
 * Red text depicts changes made since 01/26/2006
 *
 * **Notes:**
 * - Aerosol Type is described in Table 4.205.
 * @see [GRIB2 - Table 4.2-0-13: Aerosols Category](https://www.example.com)
 */
export declare const grib2LookupTable42_013: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-14
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 14
 * (Meteorological products, Trace Gases category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 14
 * Revised 12/04/2020
 * Red text depicts changes made since 02/13/2012
 *
 * **Notes:**
 * - Trace gases parameters, including Ozone and PM2.5 related metrics.
 * @see [GRIB2 - Table 4.2-0-14: Trace Gases Category](https://www.example.com)
 */
export declare const grib2LookupTable42_014: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-15
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 15
 * (Meteorological products, Radar category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 15
 * Revised 12/05/2014
 * Red text depicts changes made since 04/08/2013
 *
 * **Notes:**
 * - Radar-related parameters such as reflectivity, velocity, and precipitation.
 * @see [GRIB2 - Table 4.2-0-15: Radar Category](https://www.example.com)
 */
export declare const grib2LookupTable42_015: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-16
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 16
 * (Meteorological products, Forecast Radar Imagery category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 16
 * Revised 02/10/2021
 * Red text depicts changes made since 12/06/2011
 *
 * **Notes:**
 * - Radar reflectivity and Echo Top products.
 * - For Echo Top product, Use octet number 38 to store threshold value (e.g., 18.3 dB) in Product Definition Template 4.20.
 * - Decibel (dB) is a logarithmic measure of the relative power or radar reflectivity.
 * @see [GRIB2 - Table 4.2-0-16: Forecast Radar Imagery](https://www.example.com)
 */
export declare const grib2LookupTable42_016: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-17
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 17
 * (Meteorological products, Electrodynamics category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 17
 * Revised 02/23/2021
 * Red text depicts changes made since 05/28/2019
 *
 * **Notes:**
 * 1. Definition of LPI after Lynn et. al. (2010): Prediction of lightning flash density with the WRF model, Adv. Geosci., 23, 11-16.
 * 2. The total lightning flash density is the sum of cloud-to-ground and cloud-to-cloud lightning flash densities.
 * 3. The subgrid-scale lightning potential index is derived from subgrid-scale information for models with coarser resolution.
 * @see [GRIB2 - Table 4.2-0-17: Electrodynamics](https://www.example.com)
 */
export declare const grib2LookupTable42_017: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-18
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 18
 * (Meteorological products, Nuclear/Radiology Imagery category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 18
 * Revised 07/15/2024
 * Red text depicts changes made since 07/15/2024
 *
 * **Notes:**
 * 1. Statistical process 1 (Accumulation) does not change units. It is recommended to use another parameter
 * without the word "time-integrated" in its name and accumulation in PDT.
 * 2. Conversion factor between "Specific Activity Concentration" (14) and "Air Concentration" (10) is "Mass Density" [kg m-3].
 * 3. Use the radionuclide release start date as baseline to determine activity arrival or activity end.
 * @see [GRIB2 - Table 4.2-0-18: Nuclear/Radiology Imagery](https://www.example.com)
 */
export declare const grib2LookupTable42_018: Record<number, TableCategory>;
/**
 * GRIB2 - TABLE 4.2-0-19
 * PARAMETERS FOR DISCIPLINE 0 - CATEGORY 19
 * (Meteorological products, Physical Atmospheric category)
 * In Section 0, Octet 7 = 0
 * In Section 4, Octet 10 = 19
 * Revised 12/07/2023
 * Red text depicts changes made since 01/19/2022
 *
 * **Notes:**
 * 1. Parameter deprecated - See Regulation 92.6.2 and use another parameter instead.
 * 2. Supercooled large droplets (SLD) are defined as those with a diameter greater than 50 microns.
 * 3. Eddy Dissipation parameter is third root of eddy dissipation rate [m2 s-3].
 * 4. In astronomy, sky transparency means the effect on the viewing experience caused by the scattering of light through atmospheric water vapour, aerosols or other constituents. Ideal transparency conditions produce a black night sky conducive to viewing faint astronomical objects, almost like being in outer space. In poor transparency conditions, which may occur even in cloud-free conditions, the deep sky background is greyish (not black), faint details are washed out and contrast is reduced.
 * 5. Seeing means the steadiness or turbulence of the atmosphere in the context of astronomical observation. Turbulence causes rapid random fluctuations of the optical path through the atmosphere. The twinkling of stars, for example, occurs in poor seeing conditions.
 * 6. A duct layer is an atmospheric layer with a refractivity which leads to a trapping of electromagnetic waves. In a trapping layer the refractivity leads to a bending of EM waves, which is stronger than the Earth's curvature.
 * @see [GRIB2 - Table 4.2-0-19: Physical Atmospheric](https://www.example.com)
 */
export declare const grib2LookupTable42_019: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-0-20
 * PARAMETERS FOR DISCIPLINE 0, CATEGORY 20
 * **(Meteorological products, Atmospheric Chemical Constituents category)**
 *
 * **Details**:
 * - **Discipline**: 0 (Meteorological products)
 * - **Category**: 20 (Atmospheric Chemical Constituents)
 * - **Section**: 4
 * - **Octet 10**: 20
 * - **Revised**: 11/02/2023
 *
 * **Reserved Ranges**:
 * - `19-49`: Reserved
 * - `82-99`: Reserved
 * - `113-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2-0-20.shtml)
 *
 * ## Notes
 * 1. First Fixed Surface and Second Fixed Surface of Code Table 4.5 define the vertical extent.
 * 2. The term "Number Density" is synonymous with "Number Concentration" (Code 59).
 * 3. Net source represents the sum of all atmospheric processes creating and destroying constituents or aerosols.
 * 4. Use Snow melt rate instead for certain processes (Discipline 2, Category 0, Number 41).
 */
export declare const grib2LookupTable42_020: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-0-21
 * PARAMETERS FOR DISCIPLINE 0, CATEGORY 21
 * **(Meteorological products, Thermodynamic Properties category)**
 *
 * **Details**:
 * - **Discipline**: 0 (Meteorological products)
 * - **Category**: 21 (Thermodynamic Properties)
 * - **Section**: 4
 * - **Octet 10**: 21
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `23-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Total energy is the sum of internal energy, potential energy, kinetic energy, and latent heat. The same applies to energy fluxes.
 * 2. Water enthalpy (flux) is associated with the temperature of the water mass.
 * 3. Water potential energy flux is the flux of potential energy associated with the water mass.
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2-0-21.shtml)
 */
export declare const grib2LookupTable42_021: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-0-22
 * PARAMETERS FOR DISCIPLINE 0, CATEGORY 22
 * **(Meteorological products, Drought Indices category)**
 *
 * **Details**:
 * - **Discipline**: 0 (Meteorological products)
 * - **Category**: 22 (Drought Indices)
 * - **Section**: 4
 * - **Octet 10**: 22
 * - **Created**: 07/15/2024
 *
 * **Reserved Ranges**:
 * - `7-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Descriptions of the drought indices are available in the Handbook of Drought Indicators and Indices (WMO-No. 1173).
 * 2. Indices are calculated over different time ranges specified in templates 4.107, 4.108, 4.109, and 4.112.
 * 3. All standardized drought indices follow the Standardized Precipitation Index User Guide (WMO-No. 1090).
 *
 * ## Links
 * - [Handbook of Drought Indicators and Indices](https://library.wmo.int/idurl/4/55169)
 * - [Standardized Precipitation Index User Guide](https://library.wmo.int/idurl/4/39629)
 */
export declare const grib2LookupTable42_022: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-0-190
 * PARAMETERS FOR DISCIPLINE 0, CATEGORY 190
 * **(Meteorological products, ASCII IA5 String category)**
 *
 * **Details**:
 * - **Discipline**: 0 (Meteorological products)
 * - **Category**: 190 (ASCII IA5 String)
 * - **Section**: 4
 * - **Octet 10**: 190
 * - **Revised**: 12/14/2011
 *
 * **Reserved Ranges**:
 * - `1-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. This table defines ASCII IA5 strings used for arbitrary text.
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/)
 */
export declare const grib2LookupTable42_190: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-0-191
 * PARAMETERS FOR DISCIPLINE 0, CATEGORY 191
 * **(Meteorological products, Miscellaneous category)**
 *
 * **Details**:
 * - **Discipline**: 0 (Meteorological products)
 * - **Category**: 191 (Miscellaneous)
 * - **Section**: 4
 * - **Octet 10**: 191
 * - **Revised**: 07/15/2024
 *
 * **Reserved Ranges**:
 * - `8-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Hurricane, tropical storm, and tropical depression tracks use spatiotemporal vicinity logic.
 */
export declare const grib2LookupTable42_191: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-0-192
 * PARAMETERS FOR DISCIPLINE 0, CATEGORY 192
 * **(Meteorological products, Covariance category)**
 *
 * **Details**:
 * - **Discipline**: 0 (Meteorological products)
 * - **Category**: 192 (Covariance)
 * - **Section**: 4
 * - **Octet 10**: 192
 * - **Created**: 03/12/2008
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * Covariances are defined as `[XY]-[X][Y]`, where `[]` indicates the mean over the specified time span.
 */
export declare const grib2LookupTable42_192: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-1-0
 * PARAMETERS FOR DISCIPLINE 1, CATEGORY 0
 * **(Hydrological products, Hydrology Basic category)**
 *
 * **Details**:
 * - **Discipline**: 1 (Hydrological products)
 * - **Category**: 0 (Hydrology Basic)
 * - **Section**: 4
 * - **Octet 10**: 0
 * - **Revised**: 07/15/2024
 *
 * **Reserved Ranges**:
 * - `21-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Remotely sensed snow cover uses dimensionless thematic values (e.g., 50: no-snow/no-cloud, 100: clouds, 250: snow). See Table 4.215.
 * 2. Snow coverage by elevation portrays elevations with snow packs; see Table 4.216.
 * 3. Snow water equivalent percent of normal is stored in percent units (e.g., 110 = 110% of normal snow water equivalent).
 */
export declare const grib2LookupTable42_10: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-1-1
 * PARAMETERS FOR DISCIPLINE 1, CATEGORY 1
 * **(Hydrological products, Hydrology Probabilities category)**
 *
 * **Details**:
 * - **Discipline**: 1 (Hydrological products)
 * - **Category**: 1 (Hydrology Probabilities)
 * - **Section**: 4
 * - **Octet 10**: 1
 * - **Revised**: 11/02/2023
 *
 * **Reserved Ranges**:
 * - `3-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_11: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-1-2
 * PARAMETERS FOR DISCIPLINE 1, CATEGORY 2
 * **(Hydrological products, Inland water and sediment properties category)**
 *
 * **Details**:
 * - **Discipline**: 1 (Hydrological products)
 * - **Category**: 2 (Inland water and sediment properties)
 * - **Section**: 4
 * - **Octet 10**: 2
 * - **Revised**: 07/15/2024
 *
 * **Reserved Ranges**:
 * - `24-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. The same parameter name may exist in multiple categories based on its intended use. For example, "Water Temperature" in this table applies to freshwater lakes and rivers, unlike its counterpart in oceanographic products.
 */
export declare const grib2LookupTable42_12: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-2-0
 * PARAMETERS FOR DISCIPLINE 2, CATEGORY 0
 * **(Land Surface products, Vegetation/Biomass category)**
 *
 * **Details**:
 * - **Discipline**: 2 (Land Surface products)
 * - **Category**: 0 (Vegetation/Biomass)
 * - **Section**: 4
 * - **Octet 10**: 0
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `64-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Deprecated parameters are marked and alternative parameters are recommended (e.g., categories for Soil Products).
 * 2. Statistical process 1 (Accumulation) does not alter units.
 * 3. C4 plants use a specific photosynthesis mechanism to avoid photorespiration.
 * 4. Net ecosystem fluxes can specify chemical species (e.g., CO₂ or CH₄) with chemical constituent templates.
 */
export declare const grib2LookupTable42_20: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-2-1
 * PARAMETERS FOR DISCIPLINE 2, CATEGORY 1
 * **(Land Surface products, Agricultural Special Products category)**
 *
 * **Details**:
 * - **Discipline**: 2 (Land Surface products)
 * - **Category**: 1 (Agricultural Special Products)
 * - **Section**: 4
 * - **Octet 10**: 1
 * - **Created**: 12/21/2012
 *
 * **Reserved Ranges**:
 * - `0-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_21: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-2-3
 * PARAMETERS FOR DISCIPLINE 2, CATEGORY 3
 * **(Land Surface products, Soil category)**
 *
 * **Details**:
 * - **Discipline**: 2 (Land Surface products)
 * - **Category**: 3 (Soil)
 * - **Section**: 4
 * - **Octet 10**: 3
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `31-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Deprecated parameters are marked. Refer to Regulation 92.6.2 for alternatives.
 * 2. It is recommended to avoid parameters flagged as less descriptive; alternatives are preferred.
 */
export declare const grib2LookupTable42_23: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-2-4
 * PARAMETERS FOR DISCIPLINE 2, CATEGORY 4
 * **(Land Surface products, Fire Weather category)**
 *
 * **Details**:
 * - **Discipline**: 2 (Land Surface products)
 * - **Category**: 4 (Fire Weather)
 * - **Section**: 4
 * - **Octet 10**: 4
 * - **Revised**: 10/30/2023
 *
 * **Reserved Ranges**:
 * - `37-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. The Fosberg index denotes the potential influence of weather on wildfire, factoring temperature, wind speed, relative humidity, and precipitation. Higher values indicate a greater potential impact.
 */
export declare const grib2LookupTable42_24: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-2-5
 * PARAMETERS FOR DISCIPLINE 2, CATEGORY 5
 * **(Land Surface products, Glaciers and Inland Ice category)**
 *
 * **Details**:
 * - **Discipline**: 2 (Land Surface products)
 * - **Category**: 5 (Glaciers and Inland Ice)
 * - **Section**: 4
 * - **Octet 10**: 5
 * - **Revised**: 10/30/2023
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. A value strictly above 0.5 for Glacier Cover is treated as glacier. A value equal to or below 0.5 is treated as land without glacier.
 */
export declare const grib2LookupTable42_25: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-2-6
 * PARAMETERS FOR DISCIPLINE 2, CATEGORY 6
 * **(Land Surface products, Urban Areas category)**
 *
 * **Details**:
 * - **Discipline**: 2 (Land Surface products)
 * - **Category**: 6 (Urban Areas)
 * - **Section**: 4
 * - **Octet 10**: 6
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `9-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_26: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-3-0
 * PARAMETERS FOR DISCIPLINE 3, CATEGORY 0
 * **(Space products, Image Format category)**
 *
 * **Details**:
 * - **Discipline**: 3 (Space products)
 * - **Category**: 0 (Image Format)
 * - **Section**: 4
 * - **Octet 10**: 0
 * - **Revised**: 06/27/2008
 *
 * **Reserved Ranges**:
 * - `10-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_30: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-3-1
 * PARAMETERS FOR DISCIPLINE 3, CATEGORY 1
 * **(Space products, Quantitative category)**
 *
 * **Details**:
 * - **Discipline**: 3 (Space products)
 * - **Category**: 1 (Quantitative)
 * - **Section**: 4
 * - **Octet 10**: 1
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `18`: Reserved
 * - `24-26`: Reserved
 * - `33-97`: Reserved
 * - `100-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Bidirectional Reflectance Factor is the ratio of the radiant flux reflected by a surface to that reflected by an ideal, diffuse Lambertian standard surface under identical conditions.
 * 2. Scaled Radiance is the top-of-atmosphere radiance observed by a sensor, multiplied by π, divided by the in-band solar irradiance.
 */
export declare const grib2LookupTable42_31: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-3-2
 * PARAMETERS FOR DISCIPLINE 3, CATEGORY 2
 * **(Space products, Cloud Properties category)**
 *
 * **Details**:
 * - **Discipline**: 3 (Space products)
 * - **Category**: 2 (Cloud Properties)
 * - **Section**: 4
 * - **Octet 10**: 2
 * - **Revised**: 07/15/2024
 *
 * **Reserved Ranges**:
 * - `12-29`: Reserved
 * - `41-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Numbers 31 to 40 are deprecated.
 */
export declare const grib2LookupTable42_32: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-3-3
 * PARAMETERS FOR DISCIPLINE 3, CATEGORY 3
 * **(Space products, Flight Rules Conditions category)**
 *
 * **Details**:
 * - **Discipline**: 3 (Space products)
 * - **Category**: 3 (Flight Rules Conditions)
 * - **Section**: 4
 * - **Octet 10**: 3
 * - **Created**: 07/26/2016
 *
 * **Reserved Ranges**:
 * - `3-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_33: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-3-4
 * PARAMETERS FOR DISCIPLINE 3, CATEGORY 4
 * **(Space products, Volcanic Ash category)**
 *
 * **Details**:
 * - **Discipline**: 3 (Space products)
 * - **Category**: 4 (Volcanic Ash)
 * - **Section**: 4
 * - **Octet 10**: 4
 * - **Created**: 07/26/2016
 *
 * **Reserved Ranges**:
 * - `9-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_34: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-3-5
 * PARAMETERS FOR DISCIPLINE 3, CATEGORY 5
 * **(Space products, Sea-Surface Temperature category)**
 *
 * **Details**:
 * - **Discipline**: 3 (Space products)
 * - **Category**: 5 (Sea-Surface Temperature)
 * - **Section**: 4
 * - **Octet 10**: 5
 * - **Created**: 07/26/2016
 *
 * **Reserved Ranges**:
 * - `6-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Interface Sea-Surface Temperature: Theoretical temperature at the precise air-sea interface.
 * 2. Skin Sea-Surface Temperature: Temperature across a very small depth (~20 micrometers).
 * 3. Sub-Skin Sea-Surface Temperature: Temperature at the base of the thermal skin layer.
 * 4. Foundation Sea-Surface Temperature: Temperature in the water column free of diurnal variability.
 */
export declare const grib2LookupTable42_35: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-3-6
 * PARAMETERS FOR DISCIPLINE 3, CATEGORY 6
 * **(Space products, Solar Radiation category)**
 *
 * **Details**:
 * - **Discipline**: 3 (Space products)
 * - **Category**: 6 (Solar Radiation)
 * - **Section**: 4
 * - **Octet 10**: 6
 * - **Created**: 07/26/2016
 *
 * **Reserved Ranges**:
 * - `6-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes
 * 1. Global Solar Irradiance: The solar flux per unit area received from a solid angle of 2π sr on a horizontal surface.
 * 2. Global Solar Exposure: The integral of global solar irradiance.
 * 3. Direct Solar Irradiance: Solar flux per unit area received from the Sun's disc on a surface normal to the Sun's direction.
 * 4. Direct Solar Exposure: Time integral of direct solar irradiance.
 * 5. Diffuse Solar Irradiance: Solar flux per unit area received from 2π sr, excluding the Sun's disc, on a horizontal surface.
 * 6. Diffuse Solar Exposure: Time integral of diffuse solar irradiance.
 */
export declare const grib2LookupTable42_36: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-3-192
 * PARAMETERS FOR DISCIPLINE 3, CATEGORY 192
 * **(Space products, Forecast Satellite Imagery category)**
 *
 * **Details**:
 * - **Discipline**: 3 (Space products)
 * - **Category**: 192 (Forecast Satellite Imagery)
 * - **Section**: 4
 * - **Octet 10**: 192
 * - **Revised**: 03/28/2022
 *
 * **Reserved Ranges**:
 * - `86-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_3192: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-0
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 0
 * **(Space Weather Products, Temperature category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 0 (Temperature)
 * - **Section**: 4
 * - **Octet 10**: 0
 * - **Created**: 02/27/2012
 *
 * **Reserved Ranges**:
 * - `6-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_40: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-1
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 1
 * **(Space Weather Products, Momentum category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 1 (Momentum)
 * - **Section**: 4
 * - **Octet 10**: 1
 * - **Created**: 12/15/2011
 *
 * **Reserved Ranges**:
 * - `4-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_41: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-2
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 2
 * **(Space Weather Products, Charged Particle Mass and Number category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 2 (Charged Particle Mass and Number)
 * - **Section**: 4
 * - **Octet 10**: 2
 * - **Revised**: 10/30/2023
 *
 * **Reserved Ranges**:
 * - `14-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_42: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-3
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 3
 * **(Space Weather Products, Electric and Magnetic Fields category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 3 (Electric and Magnetic Fields)
 * - **Section**: 4
 * - **Octet 10**: 3
 * - **Created**: 12/15/2011
 *
 * **Reserved Ranges**:
 * - `8-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_43: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-4
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 4
 * **(Space Weather Products, Energetic Particles category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 4 (Energetic Particles)
 * - **Section**: 4
 * - **Octet 10**: 4
 * - **Created**: 12/15/2011
 *
 * **Reserved Ranges**:
 * - `7-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_44: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-5
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 5
 * **(Space Weather Products, Waves category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 5 (Waves)
 * - **Section**: 4
 * - **Octet 10**: 5
 * - **Revised**: 06/29/2022
 *
 * **Reserved Ranges**:
 * - `4-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_45: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-6
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 6
 * **(Space Weather Products, Solar Electromagnetic Emissions category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 6 (Solar Electromagnetic Emissions)
 * - **Section**: 4
 * - **Octet 10**: 6
 * - **Created**: 12/15/2011
 *
 * **Reserved Ranges**:
 * - `7-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_46: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-7
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 7
 * **(Space Weather Products, Terrestrial Electromagnetic Emissions category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 7 (Terrestrial Electromagnetic Emissions)
 * - **Section**: 4
 * - **Octet 10**: 7
 * - **Created**: 12/15/2011
 *
 * **Reserved Ranges**:
 * - `4-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_47: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-8
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 8
 * **(Space Weather Products, Imagery category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 8 (Imagery)
 * - **Section**: 4
 * - **Octet 10**: 8
 * - **Revised**: 10/30/2023
 *
 * **Reserved Ranges**:
 * - `9-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_48: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-9
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 9
 * **(Space Weather Products, Ion-Neutral Coupling category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 9 (Ion-Neutral Coupling)
 * - **Section**: 4
 * - **Octet 10**: 9
 * - **Created**: 12/15/2011
 *
 * **Reserved Ranges**:
 * - `3-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_49: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-4-10
 * PARAMETERS FOR DISCIPLINE 4, CATEGORY 10
 * **(Space Weather Products, Space Weather Indices Category)**
 *
 * **Details**:
 * - **Discipline**: 4 (Space Weather Products)
 * - **Category**: 10 (Space Weather Indices)
 * - **Section**: 4
 * - **Octet 10**: 10
 * - **Created**: 06/29/2022
 *
 * **Reserved Ranges**:
 * - `8-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_410: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-10-0
 * PARAMETERS FOR DISCIPLINE 10, CATEGORY 0
 * **(Oceanographic products, Waves category)**
 *
 * **Details**:
 * - **Discipline**: 10 (Oceanographic Products)
 * - **Category**: 0 (Waves)
 * - **Section**: 4
 * - **Octet 10**: 0
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `99-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes:
 * 1. Further information concerning the wave parameters can be found in the Guide to Wave Analysis and Forecasting (WMO-No. 702).
 * 2. The Charnock parameter accounts for increased aerodynamic roughness as wave heights grow due to increasing surface stress. It depends on the wind speed, wave age, and other aspects of the sea state.
 * 3. Parameters are normalized by being divided by the product of air density and the square of the friction velocity.
 */
export declare const grib2LookupTable42_100: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-10-1
 * PARAMETERS FOR DISCIPLINE 10, CATEGORY 1
 * **(Oceanographic products, Currents category)**
 *
 * **Details**:
 * - **Discipline**: 10 (Oceanographic Products)
 * - **Category**: 1 (Currents)
 * - **Section**: 4
 * - **Octet 10**: 1
 * - **Revised**: 10/23/2023
 *
 * **Reserved Ranges**:
 * - `7-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_101: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-10-2
 * PARAMETERS FOR DISCIPLINE 10, CATEGORY 2
 * **(Oceanographic products, Ice category)**
 *
 * **Details**:
 * - **Discipline**: 10 (Oceanographic Products)
 * - **Category**: 2 (Ice)
 * - **Section**: 4
 * - **Octet 10**: 2
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `26`: Reserved
 * - `30-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes:
 * 1. Ice internal pressure or stress (Pa m) is the integrated pressure across the vertical thickness of a layer of ice. It is produced when concentrated ice reacts to external forces such as wind and ocean currents.
 */
export declare const grib2LookupTable42_102: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-10-3
 * PARAMETERS FOR DISCIPLINE 10, CATEGORY 3
 * **(Oceanographic products, Surface Properties category)**
 *
 * **Details**:
 * - **Discipline**: 10 (Oceanographic Products)
 * - **Category**: 3 (Surface Properties)
 * - **Section**: 4
 * - **Octet 10**: 3
 * - **Revised**: 10/30/2023
 *
 * **Reserved Ranges**:
 * - `22-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes:
 * 1. The x- and y- components of surface stress are not necessarily equivalent to the u- and v- components (eastward/northward).
 *    The x- and y- components strictly follow the defined coordinate system which may or may not follow the eastward and northward directions.
 */
export declare const grib2LookupTable42_103: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-10-4
 * PARAMETERS FOR DISCIPLINE 10, CATEGORY 4
 * **(Oceanographic products, Sub-Surface Properties category)**
 *
 * **Details**:
 * - **Discipline**: 10 (Oceanographic Products)
 * - **Category**: 4 (Sub-Surface Properties)
 * - **Section**: 4
 * - **Octet 10**: 4
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `8-10`: Reserved
 * - `52-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes:
 * 1. Numbers 17 and 20 are deviations from the reference value of 1000 kg m–3.
 * 2. The x- and y- components of water velocity are not necessarily equivalent to the u- and v- components (eastward/northward).
 *    The x- and y- components strictly follow the defined coordinate system which may or may not follow the eastward and northward directions.
 */
export declare const grib2LookupTable42_104: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-10-191
 * PARAMETERS FOR DISCIPLINE 10, CATEGORY 191
 * **(Oceanographic products, Miscellaneous category)**
 *
 * **Details**:
 * - **Discipline**: 10 (Oceanographic Products)
 * - **Category**: 191 (Miscellaneous)
 * - **Section**: 4
 * - **Octet 10**: 191
 * - **Revised**: 06/30/2022
 *
 * **Reserved Ranges**:
 * - `2`: Reserved
 * - `5-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_10191: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-20-0
 * PARAMETERS FOR DISCIPLINE 20, CATEGORY 0
 * **(Health and Socioeconomic Impacts, Health Indicators category)**
 *
 * **Details**:
 * - **Discipline**: 20 (Health and Socioeconomic Impacts)
 * - **Category**: 0 (Health Indicators)
 * - **Section**: 4
 * - **Octet 10**: 0
 * - **Created**: 06/30/2022
 *
 * **Reserved Ranges**:
 * - `9-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Notes:
 * - Wet-bulb Globe Temperature (parameter 2) and Globe Temperature (parameter 3) may require additional environmental conditions to calculate.
 */
export declare const grib2LookupTable42_2000: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-20-1
 * PARAMETERS FOR DISCIPLINE 20, CATEGORY 1
 * **(Health and Socioeconomic Impacts, Epidemiology category)**
 *
 * **Details**:
 * - **Discipline**: 20 (Health and Socioeconomic Impacts)
 * - **Category**: 1 (Epidemiology)
 * - **Section**: 4
 * - **Octet 10**: 1
 * - **Created**: 06/30/2022
 *
 * **Reserved Ranges**:
 * - `10-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_2001: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-20-2
 * PARAMETERS FOR DISCIPLINE 20, CATEGORY 2
 * **(Health and Socioeconomic Impacts, Socioeconomic indicators category)**
 *
 * **Details**:
 * - **Discipline**: 20 (Health and Socioeconomic Impacts)
 * - **Category**: 2 (Socioeconomic Indicators)
 * - **Section**: 4
 * - **Octet 10**: 2
 * - **Created**: 06/30/2022
 *
 * **Reserved Ranges**:
 * - `1-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_2002: Record<number, TableCategory>;
/**
 * # GRIB2 - TABLE 4.2-20-3
 * PARAMETERS FOR DISCIPLINE 20, CATEGORY 3
 * **(Health and Socioeconomic Impacts, Renewable Energy Sector category)**
 *
 * **Details**:
 * - **Discipline**: 20 (Health and Socioeconomic Impacts)
 * - **Category**: 3 (Renewable Energy Sector)
 * - **Section**: 4
 * - **Octet 10**: 3
 * - **Created**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `10-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 */
export declare const grib2LookupTable42_2003: Record<number, TableCategory>;
/**
 * GRIB2 - CODE TABLE 4.2: PARAMETER NUMBER BY PRODUCT DISCIPLINE AND PARAMETER CATEGORY
 *
 * **Created**: 12/07/2023
 * **Revised**: 12/07/2023
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-1.shtml)
 *
 * ## Notes
 * - By convention, the flux sign is positive if downward.
 * - When a new parameter is to be added to Code table 4.2 and more than one category applies, the
 * choice of category should be made base on the intended use of product. The discipline and
 * category are an important part of any product definition, so it is possible to have the same
 * parameter name in more than one category. For example, "Water Temperature" in discipline 10
 * (Oceanographic Products), category 4 (sub-surface properties) is used to reporting water
 * temperature in the ocean or open sea, and is not the same as "Water temperature" in discipline
 * 1 (Hydrological Products), category 2 (Inland water and sediment properties) which is used for
 * reporting water temperature in freshwater lakes and rivers.
 *
 * ## Reads as
 * `{ [discipline]: { [param catagory]: { TableCategory } }}`
 */
export declare const grib2LookupTable42: Record<number, Record<number, Record<number, TableCategory>>>;
/**
 * # GRIB2 - CODE TABLE 4.3 - TYPE OF GENERATING PROCESS
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 12
 * - **Revised**: 10/24/2023
 *
 * **Reserved Ranges**:
 * - `22-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-3.shtml)
 *
 * ## Notes
 * 1. Code figures `12` and `13` are intended for cases where code figures `0` and `2` may not sufficiently indicate significant post-processing on initial analysis or forecast output.
 * 2. Analysis increment represents "analysis minus first guess."
 * 3. Initialized analysis increment represents "initialized analysis minus analysis."
 */
export declare const grib2LookupTable43: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.4 - INDICATOR OF UNIT OF TIME RANGE
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 18
 * - **Created**: 05/12/2005
 *
 * **Reserved Ranges**:
 * - `14-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-4.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable44: Record<number, string>;
/** Type and Unit categorizing */
export interface TypeAndUnit {
    type: string;
    unit: string;
}
/**
 * # GRIB2 - CODE TABLE 4.5 - FIXED SURFACE TYPES AND UNITS
 *
 * **Details**:
 * - **Section**: 4
 * - **Octets**: 23 and 29
 * - **Revised**: 12/07/2023
 *
 * **Reserved Ranges**:
 * - `28-29`: Reserved
 * - `36-99`: Reserved
 * - `120-149`: Reserved
 * - `153-159`: Reserved
 * - `190-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-5.shtml)
 *
 * ## Notes
 * 1. The Eta vertical coordinate system involves normalizing the pressure at some point on a specific level by the mean sea level pressure at that point.
 * 2. Hybrid height level can be defined as: z(k)=A(k)+B(k)*orog.
 * 3. Hybrid pressure level is defined as: p(k)=A(k)+B(k)*sp.
 * 4. Sigma height level is the height-based terrain-following coordinate.
 * 5. The soil level represents a model level with varying depths provided by another GRIB message.
 * 6. The sea-ice level represents varying depths across the model domain.
 * 7. Ocean level types are defined by property differences from the near-surface.
 * 8. This level differs from entry 13, which is vertically accumulated from the surface.
 */
export declare const grib2LookupTable45: Record<number, TypeAndUnit>;
/**
 * # GRIB2 - CODE TABLE 4.6 - TYPE OF ENSEMBLE FORECAST
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 35 (for product templates 1 and 11)
 * - **Revised**: 07/22/2010
 *
 * **Reserved Ranges**:
 * - `5-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-6.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable46: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.7 - DERIVED FORECAST
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 35 (for product templates 2-4 and 12-14)
 * - **Revised**: 07/15/2024
 *
 * **Reserved Ranges**:
 * - `11-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-7.shtml)
 *
 * ## Notes
 * 1. Large anomaly index is defined as:
 *    `{(number of members whose anomaly > 0.5 * SD) - (number of members whose anomaly < -0.5 * SD)} / (number of members)`.
 *    SD is the observed climatological standard deviation.
 * 2. The reference for "minimum of all ensemble members" and "maximum of all ensemble members" is the set of ensemble members
 *    and not a time interval; this differs from Product Definition Template 4.8.
 */
export declare const grib2LookupTable47: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.8 - CLUSTERING METHOD
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 41 (for product templates 3-4 and 13-14)
 * - **Created**: 05/12/2005
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-8.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable48: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.9 - PROBABILITY TYPE
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 37 (for product templates 5 and 9)
 * - **Revised**: 07/15/2024
 *
 * **Reserved Ranges**:
 * - `10-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-9.shtml)
 *
 * ## Notes
 * 1. Above normal, near normal, and below normal are defined as three equiprobable categories based on climatology at each point.
 *    The methodology and reference climatology are unspecified and should be documented by the data producer.
 * 2. Product definition templates using this table may include octets for lower and upper limits. For categorical probabilities
 *    (e.g., below, near, or above normal), these octets are set to "all ones" (missing).
 * 3. Scale Factor and Scaled Values for lower/upper limits must be set to missing for entry `9`.
 *    This is primarily for categorical boolean counts.
 */
export declare const grib2LookupTable49: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.10 - TYPE OF STATISTICAL PROCESSING
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 47 (for product template 8)
 * - **Revised**: 10/24/2023
 *
 * **Reserved Ranges**:
 * - `14-99`: Reserved
 * - `103-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-10.shtml)
 *
 * ## Notes
 * 1. The original data value has units of Code Table 4.2 multiplied by seconds, unless otherwise specified.
 * 2. Covariance (Code 7) has squared units of Code Table 4.2.
 * 3. Ratio (Code 9) is a non-dimensional number without units.
 * 4. For code number 102, the drought index is defined by discipline 0, parameter category 22, and the corresponding parameter number.
 */
export declare const grib2LookupTable410: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.11 - TYPE OF TIME INTERVALS
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 48 (for product templates 8)
 * - **Revised**: 12/21/2011
 *
 * **Reserved Ranges**:
 * - `6-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-11.shtml)
 *
 * ## Notes
 * 1. Code figure `5` applies when a single time subinterval is used to calculate the statistically processed field.
 *    The exact starting and ending times of the subinterval are not specified but are inclusively within the overall interval.
 */
export declare const grib2LookupTable411: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.12 - OPERATING MODE
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 31 (for product template 20)
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `3-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-12.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable412: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.13 - QUALITY CONTROL INDICATOR
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 33 (for Product Definition Template 20)
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-13.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable413: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.14 - CLUTTER FILTER INDICATOR
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 34 (for product template 20)
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-14.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable414: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.15 - TYPE OF SPATIAL PROCESSING
 *
 * **Details**:
 * - **Created**: 12/10/2009
 *
 * **Reserved Ranges**:
 * - `7-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-15.shtml)
 *
 * ## Notes
 * 1. This method assumes that each field represents box averages/maxima/minima extending halfway to neighboring grid points.
 * 2. Budget interpolation quasi-conserves area averages, useful for budget fields such as precipitation. It averages bilinearly
 *    interpolated values within a square array of points distributed in each output grid box.
 * 3. Neighbor-budget interpolation performs a budget interpolation at the grid point nearest to the nominal grid point.
 */
export declare const grib2LookupTable415: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.16 - QUALITY VALUE ASSOCIATED WITH PARAMETER
 *
 * **Details**:
 * - **Section**: 4
 * - **Octet**: 14 (for product templates 35)
 * - **Revised**: 07/01/2022
 *
 * **Reserved Ranges**:
 * - `6-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-16.shtml)
 *
 * ## Notes
 * 1. When a non-missing value is used, it represents a quality value associated with the parameter defined by octets 10 and 11 of the product definition template.
 * 2. For "Confidence index" (Code 0), the value ranges from 0 (no confidence) to 1 (maximal confidence) and is non-dimensional.
 * 3. "Quality indicator" (Code 1) values are defined by Code Table 4.244.
 * 4. "Correlation of Product with used Calibration Product" (Code 2) is a non-dimensional value without units.
 * 5. For "Standard deviation" (Code 3) and "Random error" (Code 4), the value uses the same units as the parameter defined by octets 10 and 11.
 */
export declare const grib2LookupTable416: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.91 - TYPE OF INTERVAL
 *
 * **Details**:
 * - **Created**: 12/21/2011
 *
 * **Reserved Ranges**:
 * - `12-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-91.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable491: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.100 - TYPE OF REFERENCE DATASET
 *
 * **Details**:
 * - **Created**: 10/24/2023
 *
 * **Reserved Ranges**:
 * - `6-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-100.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4100: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.101 - TYPE OF RELATIONSHIP TO REFERENCE DATASET
 *
 * **Details**:
 * - **Revised**: 07/12/2024
 *
 * **Reserved Ranges**:
 * - `4-19`: Reserved
 * - `24-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-101.shtml)
 *
 * ## Notes
 * 1. No additional parameter is needed for entries `0` and `1` (NA=0).
 * 2. Entry `2` (Significance) requires a confidence interval (NA=1).
 * 3. Entry `20` (EFI) is defined in [https://doi.org/10.1256/qj.02.152](https://doi.org/10.1256/qj.02.152). No additional parameter is needed.
 * 4. Entry `21` (SOT) requires lower and upper quantiles to be defined (NA=2).
 * 5. Entry `22` (Anomaly of probabilities) applies to templates `4.112` and `4.123`.
 * 6. Entry `23` (Standardized Drought Index) follows definitions from the WMO Handbook on Drought Indicators and Indices.
 */
export declare const grib2LookupTable4101: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.102 - STATISTICAL PROCESSING OF REFERENCE PERIOD
 *
 * **Details**:
 * - **Revised**: 07/12/2024
 *
 * **Reserved Ranges**:
 * - `5-19`: Reserved
 * - `32-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-102.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4102: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.103 - SPATIAL VICINITY TYPE
 *
 * **Details**:
 * - **Created**: 07/12/2024
 *
 * **Reserved Ranges**:
 * - `5-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-103.shtml)
 *
 * ## Notes
 * 1. The following additional arguments must be specified:
 *    - **Circle**: 1 argument for the radius in meters.
 *    - **Rectangle**: 2 arguments for length: 1. west-east and 2. south-north, in meters.
 *    - **Square**: 1 argument for the length of equal-length sides in meters.
 *    - **Wedge**: 3 arguments: 1. radius in meters, 2. start angle, and 3. end angle in degrees.
 *      Angles are measured counter-clockwise from 0° along the positive west-east axis.
 *    - **Span of grid cells**: 2 arguments for grid cells: 1. west-east span `i +/- x`
 *      and 2. south-north span `j +/- y`.
 */
export declare const grib2LookupTable4103: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.104 - SPATIAL AND TEMPORAL VICINITY PROCESSING
 *
 * **Details**:
 * - **Created**: 07/12/2024
 *
 * **Reserved Ranges**:
 * - `1`: Reserved
 * - `5`: Reserved
 * - `7-10`: Reserved
 * - `12-189`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-104.shtml)
 *
 * ## Notes
 * 1. The option **Quantile** (Code 190) requires two additional arguments:
 *    - The total number of quantiles.
 *    - The quantile value.
 */
export declare const grib2LookupTable4104: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.105 - SPATIAL AND TEMPORAL VICINITY MISSING DATA
 *
 * **Details**:
 * - **Created**: 07/12/2024
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-105.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4105: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.201 - PRECIPITATION TYPE
 *
 * **Details**:
 * - **Revised**: 05/29/2019
 *
 * **Reserved Ranges**:
 * - `13-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-201.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4201: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.202 - PRECIPITABLE WATER CATEGORY
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `0-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-202.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4202: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.203 - CLOUD TYPE
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `21-190`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `191`: Unknown
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-203.shtml)
 *
 * ## Notes
 * 1. Code figures `11-20` indicate all four layers were used and ground-based fog is below the lowest layer.
 */
export declare const grib2LookupTable4203: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.204 - THUNDERSTORM COVERAGE
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `5-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-204.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4204: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.205 - PRESENCE OF AEROSOL
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-205.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4205: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.206 - VOLCANIC ASH
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-206.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4206: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.207 - ICING
 *
 * **Details**:
 * - **Revised**: 04/22/2009
 *
 * **Reserved Ranges**:
 * - `6-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-207.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4207: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.208 - TURBULENCE
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `5-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-208.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4208: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.209 - PLANETARY BOUNDARY-LAYER REGIME
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `5-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-209.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4209: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.210 - CONTRAIL INTENSITY
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-210.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4210: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.211 - CONTRAIL ENGINE TYPE
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `3-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-211.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4211: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.212 - LAND USE
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `14-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-212.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4212: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.213 - SOIL TYPE
 *
 * **Details**:
 * - **Revised**: 07/16/2013
 *
 * **Reserved Ranges**:
 * - `12-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-213.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4213: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.214 - ENVIRONMENTAL FACTOR QUALIFIER
 *
 * **Details**:
 * - **Created**: 10/24/2023
 *
 * **Reserved Ranges**:
 * - `6-190`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `191`: Unknown
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-214.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4214: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.215 - REMOTELY-SENSED SNOW COVERAGE
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `0-49`: Reserved
 * - `51-99`: Reserved
 * - `101-249`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `50`: No-Snow/No-Cloud
 * - `100`: Clouds
 * - `250`: Snow
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-215.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4215: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.216 - ELEVATION OF SNOW COVERED TERRAIN
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `91-253`: Reserved
 *
 * **Special Values**:
 * - `0-90`: Elevation in increments of 100 m
 * - `254`: Clouds
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-216.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4216: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.217 - CLOUD MASK TYPE
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `4-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-217.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4217: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.218 - PIXEL SCENE TYPE
 *
 * **Details**:
 * - **Revised**: 05/29/2019
 *
 * **Reserved Ranges**:
 * - `25-96`: Reserved
 * - `113-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-218.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4218: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.219 - CLOUD TOP HEIGHT QUALITY INDICATOR
 *
 * **Details**:
 * - **Created**: 12/07/2010
 *
 * **Reserved Ranges**:
 * - `4-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-219.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4219: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.220 - HORIZONTAL DIMENSION PROCESSED
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-220.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4220: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.221 - TREATMENT OF MISSING DATA
 *
 * **Details**:
 * - **Created**: 05/16/2005
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-221.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4221: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.222 - CATEGORICAL RESULT
 *
 * **Details**:
 * - **Revised**: 07/16/2013
 *
 * **Reserved Ranges**:
 * - `2-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-222.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4222: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.223 - FIRE DETECTION INDICATOR
 *
 * **Details**:
 * - **Created**: 11/05/2007
 *
 * **Reserved Ranges**:
 * - `4-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-223.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4223: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.224 - CATEGORICAL OUTLOOK
 *
 * **Details**:
 * - **Created**: 12/21/2011
 *
 * **Reserved Ranges**:
 * - `1`: Reserved
 * - `3`: Reserved
 * - `5`: Reserved
 * - `7`: Reserved
 * - `9-10`: Reserved
 * - `12-13`: Reserved
 * - `15-17`: Reserved
 * - `19-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-224.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4224: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.227 - ICING SCENARIO (Weather/Cloud Classification)
 *
 * **Details**:
 * - **Created**: 04/09/2013
 *
 * **Reserved Ranges**:
 * - `5-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-227.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4227: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.228 - ICING SEVERITY
 *
 * **Details**:
 * - **Created**: 01/19/2022
 *
 * **Reserved Ranges**:
 * - `6-191`: Reserved
 * - `192-254`: Reserved for Local Use
 *
 * **Special Value**:
 * - `255`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-228.shtml)
 *
 * ## Notes
 * None.
 */
export declare const grib2LookupTable4228: Record<number, string>;
/**
 * # GRIB2 - CODE TABLE 4.230 - ATMOSPHERIC CHEMICAL OR PHYSICAL CONSTITUENT TYPE
 *
 * **Details**:
 * - **Revised**: 04/12/2022
 *
 * **Reserved Ranges**:
 * - `39-9999`: Reserved
 * - `10003`: Reserved
 * - `10024-10499`: Reserved
 * - `10501-20000`: Reserved
 * - `20022-29999`: Reserved
 * - `30001-50000`: Reserved
 * - `60017-61999`: Reserved
 * - `62035-65534`: Reserved
 *
 * **Special Value**:
 * - `65535`: Missing
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-230.shtml)
 * - [More data...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/WMO306_vI2_CommonTable_en_v23.0.0.pdf)
 */
export declare const grib2LookupTable4230: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.233: AEROSOL TYPE
 *
 * **Created**: 05/16/2005
 * **Revised**: 07/18/2022
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-233.shtml)
 * - [More data...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/WMO306_vI2_CommonTable_en_v23.0.0.pdf)
 *
 * ## Notes
 * Red text depicts changes made since 05/29/2019.
 */
export declare const grib2LookupTable4233: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.234: CANOPY COVER FRACTION
 *
 * **Created**: 07/12/2013
 *
 * **Description**:
 * To be used as partitioned parameter in Product Definition Templates (PDT) 4.53 or 4.54.
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-234.shtml)
 */
export declare const grib2LookupTable4234: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.235: Wind-Generated Wave Spectral Description
 *
 * **Created**: 02/15/2012
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-235.shtml)
 */
export declare const grib2LookupTable4235: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.236: Soil Texture Fraction
 * (to be used as partitioned parameter in PDT 4.53 or 4.54)
 *
 * **Created**: 07/12/2013
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-236.shtml)
 */
export declare const grib2LookupTable4236: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.238: Source or Sink
 *
 * **Revised**: 07/15/2024
 * Red text depicts changes made since 07/15/2024
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-238.shtml)
 */
export declare const grib2LookupTable4238: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.239: Wetland Type
 *
 * **Created**: 10/24/2023
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-239.shtml)
 */
export declare const grib2LookupTable4239: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.240: Type of Distribution Function
 *
 * **Revised**: 07/07/2017
 *
 * ## Notes
 * 1. Bin-Model or delta function with N concentration cl(r) in class (or mode) l.
 *    Concentration-density function:
 *    ƒ(r;d) = ∑l=1N cl(r) δ(d-Dl)
 *    - N: Number of modes in the distribution
 *    - δ: Delta-Function
 *    - d: Diameter
 *    - Dl: Diameter of mode l(p1)
 *
 * 2. Bin-Model or delta function with N concentration cl(r) in class (or mode) l.
 *    Concentration-density function:
 *    ƒ(r;m) = ∑l=1N cl(r) δ(m-Ml)
 *    - N: Number of modes in the distribution
 *    - δ: Delta-Function
 *    - m: Mass
 *    - Ml: Mass of mode (p1)
 *
 * 3. N-Modal concentration-density function consisting of Gaussian-functions:
 *    ƒ(r;d) = ∑l=1N cl(r) (1 / √(2πδl)) * e-((d-Dl)/δl)^2
 *    - N: Number of modes in the distribution
 *    - d: Diameter
 *    - Dl: Mean diameter of mode l(p1)
 *    - δl: Variance of Mode l (p2)
 *    - cl(r): Concentration
 *
 * 4. N-Modal concentration-density function consisting of Gaussian-functions:
 *    ƒ(r;d) = ∑l=1N cl(r) (1 / √(2πδl(r))) * e-((d-Dl(r))/δl(r))^2
 *    - N: Fields of concentration cl(r)
 *    - δl(r): Variance
 *    - Dl(r): Mean diameter
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-240.shtml)
 */
export declare const grib2LookupTable4240: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.241: Coverage Attributes
 *
 * **Updated**: 12/07/2023
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-241.shtml)
 */
export declare const grib2LookupTable4241: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.242: Tile Classification
 *
 * **Updated**: 12/07/2023
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-242.shtml)
 */
export declare const grib2LookupTable4242: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.243: Tile Class
 *
 * **Created**: 04/09/2015
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-243.shtml)
 */
export declare const grib2LookupTable4243: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.244: QUALITY INDICATOR
 *
 * **Created**: 07/09/2018
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-244.shtml)
 */
export declare const grib2LookupTable4244: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.246: THUNDERSTORM INTENSITY INDEX
 *
 * **Created**: 06/23/2022
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-246.shtml)
 */
export declare const grib2LookupTable4246: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.247: PRECIPITATION INTENSITY
 *
 * **Created**: 06/23/2022
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-247.shtml)
 */
export declare const grib2LookupTable4247: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.248: METHOD USED TO DERIVE DATA VALUE FOR A GIVEN LOCAL TIME
 *
 * **Created**: 06/23/2022
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-248.shtml)
 */
export declare const grib2LookupTable4248: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.249: CHARACTER OF PRECIPITATION
 *
 * **Created**: 06/23/2022
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-249.shtml)
 */
export declare const grib2LookupTable4249: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.250: DRAINAGE DIRECTION
 *
 * **Created**: 06/23/2022
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-250.shtml)
 */
export declare const grib2LookupTable4250: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.251: WAVE DIRECTION AND FREQUENCY FORMULAE
 *
 * **Created**: 10/24/2023
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-251.shtml)
 *
 * ## Notes
 * (1).  Geometric sequence: x_n = x_0 * r^(n-1) with 'x_0' first parameter and 'r' second parameter.
 * (2).  Arithmetic sequence: a_n = a_1 + (n-1) d with 'a_1' first parameter and 'd' second parameter.
 */
export declare const grib2LookupTable4251: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.333: Transport Dispersion Model
 *
 * **Created**: 07/15/2024
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-333.shtml)
 *
 * ## Notes
 * (No additional notes provided for this table)
 */
export declare const grib2LookupTable4333: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.335: Emission Scenario Origin
 *
 * **Created**: 07/15/2024
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-335.shtml)
 *
 * ## Notes
 * (No additional notes provided for this table)
 */
export declare const grib2LookupTable4335: Record<number, string>;
/**
 * GRIB2 - CODE TABLE 4.336: NWP Model
 *
 * **Created**: 07/15/2024
 *
 * ## Links
 * - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-336.shtml)
 *
 * ## Notes
 * (No additional notes provided for this table)
 */
export declare const grib2LookupTable4336: Record<number, string>;
//# sourceMappingURL=tables.d.ts.map