import FeatureFormat from 'ol/format/Feature'; import { Map } from 'ol'; import { GeoJSON } from 'ol/format'; export declare class ShpZipReader extends FeatureFormat { parser: GeoJSON; map: Map; constructor(); withMap(map: Map): this; apply(file: any, resolve: (r: any) => void, reject: (e: any) => void): void; }