import { PipeTransform } from '@angular/core'; import { HistoryLike } from '../interfaces/general.interfaces'; import * as i0 from "@angular/core"; export declare class HistoryLabelPipe implements PipeTransform { transform(historyLike: HistoryLike): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }