import { PipeTransform } from '@angular/core'; import { TypesHelper } from '../helpers/types.helper'; import * as i0 from "@angular/core"; export declare class IdPipe implements PipeTransform { private typesHelper; constructor(typesHelper: TypesHelper); transform(value: any): unknown; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }