// @ts-check

const fs = require("fs");

async function deploy() {}

deploy();