import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class RoutePipe implements PipeTransform { private readonly routeList; private readonly routes; constructor(routeList: any); transform(value: string, ...args: any[]): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }