/** Copyright 2023 Infosys Ltd. */
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class OrderByPipe implements PipeTransform {
    transform(inputArr: any[], orderKey: string, sortingOrderAsc: 'asc' | 'desc', valType?: 'string' | 'boolean' | 'number' | 'date'): any[];
    static ɵfac: i0.ɵɵFactoryDeclaration<OrderByPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<OrderByPipe, "orderBy", false>;
}
