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