declare namespace Draco { export interface User { name: string surname: string email: string image_path?: string permissions: string[] } }