import { MechanicType } from '../../model/content/enum/mechanic-type'; import { Mechanic } from '../../model/content/mechanic'; import { SlormancerTemplateService } from './slormancer-template.service'; import { SlormancerTranslateService } from './slormancer-translate.service'; import * as i0 from "@angular/core"; export declare class SlormancerMechanicService { private slormancerTranslateService; private slormancerTemplateService; constructor(slormancerTranslateService: SlormancerTranslateService, slormancerTemplateService: SlormancerTemplateService); private getName; private getDescription; getMechanicClone(mechanic: Mechanic): Mechanic; getMechanic(type: MechanicType): Mechanic; updateMechanicView(mechanic: Mechanic): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }