#!/usr/bin/env node declare global { namespace NodeJS { interface ProcessEnv { SLACK_WEBHOOK_URL?: string; } } } export {};