/**
 *  Table 0.0 - Discipline of Processed Data
 *
 * [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table0-0.shtml)
 */
export declare const lookupTable00: (code: number) => "Meteorological Products" | "Hydrological Products" | "Land Surface Products" | "Satellite Remote Sensing Products (formerly \"Space Products\")" | "Space Weather Products" | "Oceanographic Products";
