/** Debounce delay (ms) for viewport change handling. */ export declare const DEBOUNCE_DELAY = 300; /** Maximum number of concurrent tile fetches. */ export declare const MAX_CONCURRENT_FETCHES = 4; //# sourceMappingURL=constants.d.ts.map