declare namespace NodeJS { interface ProcessEnv { readonly CALENDSO_ENCRYPTION_KEY: string | undefined; } }