// types for your environmental variables declare namespace NodeJS { export interface ProcessEnv { NAME : string; SUBJECT : string; PORT : string; } }