export declare class MapsDataDragonDTO {
    mapId: string;
    mapName: string;
    notes: string;
}
