import { PolyDictionary } from '../../types/GlobalTypes';
export declare class AssetUrlsController {
    private _map;
    setMap(map: PolyDictionary<string>): void;
    remapedUrl(url: string): string | undefined;
}
