import { GetMapDTO } from 'warcraft3gg-dto';
export declare function epicwarGetMap(mapId: string | number, download?: boolean): Promise<GetMapDTO>;
