import { Buff } from '../../model/content/buff'; import { SlormancerDataService } from './slormancer-data.service'; import { SlormancerTemplateService } from './slormancer-template.service'; import * as i0 from "@angular/core"; export declare class SlormancerBuffService { private slormancerDataService; private slormancerTemplateService; constructor(slormancerDataService: SlormancerDataService, slormancerTemplateService: SlormancerTemplateService); getBuff(ref: string): Buff | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }