import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; /** * Based on an active (start) date and inactive (end) date, * determine the status to display for the user */ export declare class KlaActiveStatusPipe implements PipeTransform { transform(value: any, inactive?: any | null): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }