import { PipeTransform } from '@angular/core'; import { PackagingFormat } from '@rds/rds-packaging-ts'; import * as i0 from "@angular/core"; /** * Determines if a given PackagingFormat ID exists in the selected array * * @author Will Davis */ export declare class RdsIsFormatSelectedPipe implements PipeTransform { /** * Determines if a given PackagingFormat ID exists in the selected array * * @param value `PackagingFormat` ID to check * @param selected array of selected `PackagingFormat` * @returns Whether the given id exists in the selected array */ transform(value: string, selected: Array): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }