/// import { MapProperties } from './types'; import { FeatureCollection, GeometryObject } from 'geojson'; /** * Copy labeled values to new labels to assist with map property transformation. */ export declare function relabel(from: Partial, out: Partial, labels: { [key: string]: string; }): void; export declare function load(url: string): Promise; export declare function loadSource(key: string): Promise | null>;