import { PathMap } from "../@types";
export declare const buildURLFromMap: (pathMap: PathMap) => string;
