import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LengthPipe implements PipeTransform { transform(value: any): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } /** * @deprecated in favor of standalone api, so please use direclty the pipe as a standalone. Will be removed in/after v18 */ export declare class LengthPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }