import type { ShapeFilesResponse, GeoJsonShapeResponse, GeoJsonShapesInterface } from './types.js'; export declare class GiovanniGeoJsonShapes implements GeoJsonShapesInterface { getShapeFiles(): Promise; getGeoJson(query: string): Promise; }