import { TileJSON } from '@loaders.gl/mvt';
/**
 * MVTSource in current loaders ignores attribution
 * TODO: remove once MVTSource is ready
 */
export declare function getMVTMetadata(metadataURL: string | null): Promise<TileJSON | null>;
