export declare function canMoveInInput(input: HTMLInputElement): { start: boolean; end: boolean; };