import { PipeTransform } from '@angular/core'; import { ObjectsDataRow } from '@pepperi-addons/ngx-lib'; import { PepListSelectionType } from './list.model'; import * as i0 from "@angular/core"; export declare class IsItemSelectedPipe implements PipeTransform { SEPARATOR: string; private getUniqItemId; transform(item: ObjectsDataRow, selectionTypeForActions: PepListSelectionType, selectedItemId: string, isAllSelected: boolean, selectedItems: Map, unSelectedItems: Map): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class IsItemDisabledPipe implements PipeTransform { transform(item: ObjectsDataRow, lockItemInnerEvents: boolean, printMode: boolean): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }