import { PipeTransform } from '@angular/core'; export declare class EntriesPipe implements PipeTransform { transform(value: Object): any; }