import { DataSource, TileDataSourceOptions, TileDataSource } from '.'; export interface MBTilesTileDataSourceOptions extends TileDataSourceOptions { databasePath?: string; } export class MBTilesTileDataSource extends DataSource {}