import { GetMapFileDTO } from 'warcraft3gg-dto';
export declare function getFile(url: string): Promise<GetMapFileDTO>;
