import { Tile as TileLayer } from "ol/layer"; import VectorTileLayer from "ol/layer/VectorTile"; import { OSM } from "ol/source"; export declare function makeRasterBaseMap(apiKey: string, proxyEndpoint: string, copyright: string, collapseAttributions: boolean): TileLayer; export declare function makeOsVectorTileBaseMap(apiKey: string, proxyEndpoint: string, copyright: string, collapseAttributions: boolean): VectorTileLayer | undefined;