import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxHelperPricePipe implements PipeTransform {
    transform(value?: number | null, options?: {
        currency?: string;
        short?: boolean;
        english?: boolean;
    }): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperPricePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<NgxHelperPricePipe, "ngxHelperPrice", true>;
}
