/** * uri = mbtiles://path/to/file.mbtiles/{z}/{x}/{y} */ declare function getMbtilesSource(uri: string): Promise; export { getMbtilesSource };