declare const isUF: (value: string | number) => boolean;
export default isUF;
