import { PipeTransform } from '@angular/core'; export declare class LinkfyPipe implements PipeTransform { transform(message: string, pipeEnabled: boolean): string; }