import { Translation, TranslocoInterceptor } from '@ngneat/transloco'; export declare class CustomInterceptor implements TranslocoInterceptor { preSaveTranslation(translation: Translation, lang: string): Translation; preSaveTranslationKey(key: string, value: string, lang: string): string; }