declare namespace NodeJS { interface ProcessEnv { NEXTAUTH_URL: string NEXTAUTH_SECRET: string GITHUB_CLIENT_ID: string GITHUB_SECRET: string } }