interface User { uuid: string; domain: string; atime: Date; } export { User }