#!/usr/bin/env bun declare global { var REDEPLOYMENTS: number; var DEPLOYING: 0 | 1; } export {};