import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export interface TranslationString { [T: string]: string; } export declare function getLanguage(): string; export declare function getTranslation(s: TranslationString | string, language?: string): string; export declare class TranzPipe implements PipeTransform { static tranzform(value: unknown, ...args: unknown[]): string; transform(value: unknown, ...args: unknown[]): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }