import { GetMapDetailsDTO } from 'warcraft3gg-dto';
export declare function getMapDetails(cells: HTMLCollectionOf<Element>): GetMapDetailsDTO | null;
