import { PipeTransform } from '@angular/core'; /** Transforms lines of code to a string to copy and paste */ export declare class RdsLocClipboardPipe implements PipeTransform { transform(loc: string[]): string; }