import { TranslocoFallbackStrategy } from '@ngneat/transloco'; import * as i0 from "@angular/core"; export declare class CustomStrategy implements TranslocoFallbackStrategy { environment: any; constructor(environment: any); getNextLangs(failedLang: string): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }