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