import * as i0 from '@angular/core'; import { PipeTransform } from '@angular/core'; declare function keys(object: { [key: string]: any; }): string[]; declare function assign(target: { [key: string]: any; }, source: { [key: string]: any; }): void; declare function keysValues(object: { [key: string]: any; }): [string, any][]; declare function values(object: { [key: string]: any; }): any[]; declare function path(path: string, object: { [key: string]: any; }): any; declare function toMap(object: { [key: string]: any; }): Map; declare function fromMap(map: Map): { [key: string]: any; }; declare class MapPipe implements PipeTransform { transform(value: any[], map: (value: any, index: number) => any): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class IsObjectPipe implements PipeTransform { transform(value: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class ExcludePipe implements PipeTransform { transform(object: { [key: string]: any; }, fields: string[]): { [key: string]: any; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class ConcatPipe implements PipeTransform { transform(objects: Object[]): Object; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export { ConcatPipe, ExcludePipe, IsObjectPipe, MapPipe, assign, fromMap, keys, keysValues, path, toMap, values };