import { PipeTransform } from '@angular/core'; import { IsNullOrEmptyPipe } from './is-null-or-empty.pipe'; export declare class IsNotNullOrNotEmptyPipe extends IsNullOrEmptyPipe implements PipeTransform { transform(value: any, args?: any): any; }