import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** Transforms lines of code to an html representation. */ export declare class RdsLocHtmlPipe implements PipeTransform { transform(loc: string[] | null | undefined): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }