declare const isUUID: (input: string) => boolean; export default isUUID;