import { JsonAgainstScore } from './against/json'; import { AgainstGame } from '../game/against'; import { AgainstScore } from './against'; import { TogetherScore } from './together'; import { JsonTogetherScore } from './together/json'; import { TogetherGamePlace } from '../game/place/together'; import * as i0 from "@angular/core"; export declare class ScoreMapper { constructor(); toAgainstObject(json: JsonAgainstScore, game: AgainstGame, score?: AgainstScore): AgainstScore; toTogetherObject(json: JsonTogetherScore, gamePlace: TogetherGamePlace, score?: TogetherScore): TogetherScore; toJsonAgainst(score: AgainstScore): JsonAgainstScore; toJsonTogether(score: TogetherScore): JsonTogetherScore; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }