import { PipeTransform } from '@angular/core'; import { CoreResource } from '@mtna/pojo-consumer-ts'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; /** * Determines if a resource exists in a list. * Length is the first argument so that the pipe will re-run anytime the list changes. * * @param id the identifier of the resource * @param resources the array of resources to check */ export declare class RdsCoreResourceExistsPipe implements PipeTransform { transform(length: number | null | undefined, id: string | null | undefined, resources: Array): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class RdsCoreResourceExistsPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }