import { Game } from '../../models/game/game';
import { AllCardsService } from '../all-cards.service';
import * as i0 from "@angular/core";
export declare class MulliganParserService {
    private allCards;
    constructor(allCards: AllCardsService);
    affectMulligan(game: Game): Game;
    private enrichTurn;
    private enrichAction;
    static ɵfac: i0.ɵɵFactoryDeclaration<MulliganParserService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MulliganParserService>;
}
