#!/usr/bin/env bun
export { runUpdateAssetsCli, updateAssets } from "./assets/update.js";
export type { UpdateOptions } from "./assets/update.js";
