export declare const defaultPlaceholderChar = "_";
export declare function convertMaskToPlaceholder(mask?: (string | RegExp)[], placeholderChar?: string): string;
export declare function isArray(value: any): boolean;
