import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UofxI18nKeyPipe implements PipeTransform { private translate; transform(value: any, ...args: Array): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class UofxQuietTransPipe implements PipeTransform { private translate; constructor(translate: UofxI18nKeyPipe); transform(value: any, ...args: Array): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }