export function isNumber(value: any): boolean; export function isEnglishName(value: any): boolean; export function getIndexFromSameTag(parentElement: any, targetElement: any): number; export function setFocusSameTagByIndex(currentElement: any, targetIndex: any): boolean; export function getUuid(): any;