/**
 * Source for a non maintained repo:
 * https://github.com/text-mask/text-mask/tree/master/core/src
 */
export declare function safeSetSelection(element: HTMLInputElement, selectionPosition: number): void;
