import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TqlKeyValueOrderPipe implements PipeTransform { transform(value: any, excludes?: string[], topProps?: string[], isOrderByValue?: boolean, orderBy?: string): any; createReferenceValue(obj: object): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }