import { ITiledMap } from './ITiledMap'; export declare function upgradeMapToNewest(map: ITiledMap, useCopy?: boolean): ITiledMap;