import { PipeTransform } from '@angular/core'; import { Params, Router } from '@angular/router'; import { ConfigService } from '@ngx-y/yapi'; import { NavigatorService } from '../services/navigator.service'; import { BrowserRef } from '../services/browser-ref'; import * as i0 from "@angular/core"; export declare class HostPipe implements PipeTransform { private configService; constructor(configService: ConfigService); transform(value?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class DecodeUriPipe implements PipeTransform { transform(value?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class RouterPathPipe implements PipeTransform { private readonly navigatorService; private readonly browserRef; constructor(navigatorService: NavigatorService, browserRef: BrowserRef); transform(value?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class RouterQueryPipe implements PipeTransform { private router; constructor(router: Router); transform(value?: string): Params | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class RouterFragmentPipe implements PipeTransform { private router; constructor(router: Router); transform(value?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }