import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PghEnumToArrayPipe implements PipeTransform { transform(object: Record): { key: string; value: D; }[]; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵpipe: i0.ɵɵPipeDeclaration, "pghEnumToArray", false>; }