import { PipeTransform } from "@angular/core"; import { DateMode } from "../constants/date-mode-options.constants"; import * as i0 from "@angular/core"; export declare class FormatCellPipe implements PipeTransform { private readonly datePipe; transform(value: any, type: "string" | "date" | "date2" | "date3" | "time" | "decimal2" | "decimal4" | "tarifa"): string; getDateFormat(mode: DateMode): string; formatDateValue(value: any, mode: string): string; private formatTime; private formatDecimal; private formatTarifa; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }