import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; /** * Convert object (or Map) to an iterable `{key: string, value: any}[]` */ export declare class MapToIterablePipe implements PipeTransform { transform(value: object, args?: any[]): { key: string; value: any; }[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }