import mbgl from '@maplibre/maplibre-gl-native'; import { Pool } from 'lightning-pool'; import type { StyleSpecification } from '@maplibre/maplibre-gl-style-spec'; import type { Cache } from '../cache/index.js'; declare function getRenderPool(style: StyleSpecification, cache: Cache, mode: 'tile' | 'static'): Promise>; export { getRenderPool };