export declare const BASE_URL = "https://engine.mapnests.com";
export declare function buildURLFromJSON(label: string, baseUrl: string, jsonStr: string): string;
