/**
 * @see https://unece.org/fileadmin/DAM/trade/untdid/d18a/tred/tred2475.htm
 */
type Untdid2475Definition = {
    code: string;
    name?: string;
    description?: string;
};
type Untdid2475Code = (typeof UNTDID_2475)[number]["code"];
declare const UNTDID_2475_IDENTIFIER: "untdid.2475";
declare const UNTDID_2475: {
    code: string;
    name: string;
    description: string;
}[];

export { UNTDID_2475, UNTDID_2475_IDENTIFIER, type Untdid2475Code, type Untdid2475Definition };
