import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; type ConvertType = 'kirilToLotin' | 'lotinToKiril'; export declare class NgxKirilLotinPipe implements PipeTransform { transform(text: string, type?: ConvertType): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export {};