import { WarcraftUnit } from '.';
export default class WarcraftUnitsDataMapper {
    map(data: WarcraftUnit[]): WarcraftUnit[];
}
