import { NgxMaskService } from 'ngx-mask'; import * as i0 from "@angular/core"; export declare class MaskService extends NgxMaskService { constructor(); numberToString(value: number | string): string; applyMask(inputValue: string, maskExpression: string, position?: number, justPasted?: boolean, backspaced?: boolean, cb?: (...args: any[]) => any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }