import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ObjectEntries implements PipeTransform {
    transform(value: Record<string | number, any>): [string | number, any][];
    static ɵfac: i0.ɵɵFactoryDeclaration<ObjectEntries, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<ObjectEntries, "objectEntries", true>;
}
