import { PipeTransform } from '@angular/core'; import { HashMap, Translation, TranslocoConfig, TranslocoFallbackStrategy, TranslocoInterceptor, TranslocoMissingHandler, TranslocoTranspilerFunction } from '@jsverse/transloco'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class TranslocoMockPipe implements PipeTransform { transform: (value: number) => number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class TranslocoMockTranspiler implements TranslocoTranspilerFunction { transpile: (..._args: string[]) => string; } export declare class TranslocoMockMissingHandler implements TranslocoMissingHandler { handle: (key: string, _: TranslocoConfig, _params: HashMap) => string; } export declare class TranslocoMockStrategy implements TranslocoFallbackStrategy { getNextLangs: (_failedLang: string) => any; } export declare class TranslocoMockInterceptor implements TranslocoInterceptor { preSaveTranslation(translation: Translation, _lang: string): Translation; preSaveTranslationKey(_key: string, value: string, _lang: string): string; } export declare class NggvI18nTestModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }