import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; export declare class AnnaConvertArrayToCommaSeperatedValue implements PipeTransform { converter: ((value: any[], textKeyName?: any, selectedKeyName?: any) => string) & import("lodash").MemoizedFunction; transform(value: any[], textKeyName?: any, selectedKeyName?: any): string; replace(value: any[], textKeyName?: any, selectedKeyName?: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }