import { type PipeTransform } from '@angular/core'; import { type TuiComparator } from '@taiga-ui/addon-table/types'; import * as i0 from "@angular/core"; export declare class TuiSorterPipe implements PipeTransform { transform(key: keyof T): TuiComparator; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }