export declare const boundaries: { type: string; features: { type: string; properties: {}; geometry: { type: string; coordinates: number[][][]; }; }[]; }; export declare const isolines: { type: string; features: ({ type: string; properties: { "fill-opacity": number; fill: string; value: number; }; geometry: { type: string; coordinates: number[][]; }; } | { type: string; properties: { "fill-opacity": number; value: number; fill?: undefined; }; geometry: { type: string; coordinates: number[][]; }; })[]; };