import { PipeTransform } from '@angular/core'; /** Transforms lines of code to an html representation. */ export declare class RdsLocHtmlPipe implements PipeTransform { transform(loc: string[]): string; }