import { a as SMPStyle } from './types-yLQy3AKR.cjs'; import { Reader } from './reader.cjs'; import '@maplibre/maplibre-gl-style-spec'; import 'geojson'; import 'stream'; import 'type-fest'; import 'readable-stream'; import 'events'; import 'yauzl-promise'; /** @implements {Pick} */ declare class ReaderWatch implements Pick { /** * @param {string} filepath */ constructor(filepath: string); opened(): Promise; getStyle(baseUrl?: string | null): Promise; getResource(path: string): Promise; close(): Promise; #private; } export { ReaderWatch };