import { PipeTransform } from '@angular/core'; import { TypesHelper } from '../helpers/types.helper'; import * as i0 from "@angular/core"; export declare class DetailPoiRouterLinkPipe implements PipeTransform { private typesHelper; constructor(typesHelper: TypesHelper); transform(obj: any, baseUrl?: string): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }