import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * @smeDoc {@label BooleanConverterPipe @id smeBooleanConverter} * * @overview * @file {@filepath ./examples/boolean-converter-overview.md} * * @example {@label Example Boolean Converter @id boolean-converter-example } * @file {@filename component.html @filepath ./examples/boolean-converter-example.component.html} * @file {@filename component.ts @filepath ./examples/boolean-converter-example.component.ts} */ export declare class BooleanConverterPipe implements PipeTransform { transform(value: boolean, args: Map): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }