export declare const RAINBOW_VALUE_TYPE_MAP: { 1: { type: string; ext: string; }; 2: { type: string; ext: string; }; 3: { type: string; ext: string; }; 4: { type: string; ext: string; }; 5: { type: string; ext: string; }; 18: { type: string; ext: string; }; 20: { type: string; ext: string; }; }; export type RainbowKeyValueType = keyof typeof RAINBOW_VALUE_TYPE_MAP;