import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class AmountInWordsPipe implements PipeTransform {
    a: string[];
    b: string[];
    transform(value: string): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<AmountInWordsPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<AmountInWordsPipe, "amountInWords", true>;
}
