import { TranslocoScope, TranslocoService } from '@jsverse/transloco'; import * as i0 from "@angular/core"; export declare class TranslocoScopeService { private translocoScopes; private translocoService; constructor(translocoScopes: TranslocoScope[] | null, translocoService: TranslocoService); findScopeByAlias(alias: string): string | undefined; formatFullScope(alias: string): string | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }