import { InjectionToken } from '@angular/core'; export declare class InputMaskConfig { isAsync: boolean; inputSelector: string; } export declare const INPUT_MASK_CONFIG: InjectionToken;