import { PipeTransform } from '@angular/core'; export declare class PrettifyPipe implements PipeTransform { static EMPTY_SYMBOL: string; transform(value: any): string; constructor(); }