import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; export interface IEntry { key: string; value: any; index: number; [key: string]: any; } export declare class EntriesPipe implements PipeTransform { transform(value: any): IEntry[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }