import { KeyValue } from "@angular/common"; export declare const originalOrder: (a: KeyValue, b: KeyValue) => number; export declare const valueAscOrder: (a: KeyValue, b: KeyValue) => number; export declare const keyDescOrder: (a: KeyValue, b: KeyValue) => number;