import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare function isTrue(value: boolean | string): boolean; export declare class TransportModePipe implements PipeTransform { transform(value: { data: { [key: string]: any; }; [key: string]: any; }, ...args: any[]): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }