export function mask(el: any, options: any): { init: () => void; bindEvents: () => void; unbindEvents: () => void; updateModel: (e: any) => void; getValue: () => any; };