import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EncodeBrandNamePipe implements PipeTransform { transform(value: string, args?: any): any; encodeBrandName(name: string): String; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }