import { PipeTransform } from '@angular/core'; import { GetEventTypeNameFunction } from '../classes/types'; import { TranslocoService } from '@ngneat/transloco'; import * as i0 from "@angular/core"; export declare class EventTypePipe implements PipeTransform { private getEventTypeName; private transloco; constructor(getEventTypeName: GetEventTypeNameFunction, transloco: TranslocoService); transform(value: any, args?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }