import { type InputMaskElement, type InputMask, type FactoryArg } from 'imask'; export interface IMaskFactory { create(el: InputMaskElement, opts: Opts): InputMask; }