import { Poule } from '../poule'; import { PlaceMapper } from '../place/mapper'; import { JsonPoule } from './json'; import { Round } from '../qualify/group'; import * as i0 from "@angular/core"; export declare class PouleMapper { private placeMapper; constructor(placeMapper: PlaceMapper); toObject(json: JsonPoule, round: Round, existingPoule: Poule | undefined): Poule; toJson(poule: Poule): JsonPoule; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }