import { ChangeDetectorRef, OnDestroy, PipeTransform } from '@angular/core'; import { TranslateService } from '../services/translate.service'; import * as i0 from "@angular/core"; export declare class TrPipe implements PipeTransform, OnDestroy { private translateService; private changeDetectorRef; private destroy$; constructor(translateService: TranslateService, changeDetectorRef: ChangeDetectorRef); ngOnDestroy(): void; transform(value: string, args?: Record): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }