import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ImpureKeyvaluePipe implements PipeTransform { transform(value: { [key: string]: any; } | null | undefined, compareFn?: (a: any, b: any) => number): Array<{ key: string; value: any; }>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }