import { PipeTransform } from '@angular/core'; export declare class MapIteratorPipe implements PipeTransform { transform(map: Map): Array; }