import { PipeTransform } from '@angular/core'; import { NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; export declare class FormatDateNumberToDigitsPipe implements PipeTransform { formatter: NgbDateParserFormatter; constructor(formatter: NgbDateParserFormatter); transform(date: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }