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