import { PipeTransform } from '@angular/core'; export declare class ContentTypePipe implements PipeTransform { transform(value: string): string; }