import { ClassMechanic } from '../../model/content/class-mechanic'; import { HeroClass } from '../../model/content/enum/hero-class'; import { SlormancerDataService } from './slormancer-data.service'; import { SlormancerTemplateService } from './slormancer-template.service'; import * as i0 from "@angular/core"; export declare class SlormancerClassMechanicService { private slormancerDataService; private slormancerTemplateService; constructor(slormancerDataService: SlormancerDataService, slormancerTemplateService: SlormancerTemplateService); getClassMechanicClone(classMechanic: ClassMechanic): ClassMechanic; getClassMechanic(heroClass: HeroClass, id: number): ClassMechanic | null; updateClassMechanicView(mechanic: ClassMechanic): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }