/** * Simliar to VMasker.toPattern, but keeps the cursor position consistent. Editing the middle of the input will no longer * cause the cursor to jump to the end. */ export declare const inputPattern: (inputOrEl: string | HTMLInputElement, pattern: string) => string;