declare namespace NodeJS { export interface ProcessEnv { DISCORD_ID: string; DISCORD_SECRET: string; API_PORT: string; SECRET: string; } }