import type { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CuiTimePipe implements PipeTransform { private readonly translocoService; private readonly FORMAT_TOKEN_REGEX; private readonly lang; transform(value: Date | string, format?: string, withEmpty?: boolean): string; private getValues; private getTimeString; private getTimeUnit; private getTime; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }