export interface AlphaNumericMaskOptions { length: number; } export interface AlphabeticMaskOptions { length: number; }