import type { CliCommonArgs } from "@osdk/cli.common"; import type { CommandModule } from "yargs"; import type { CommonSiteArgs } from "./CommonSiteArgs.js"; declare const command: CommandModule; export default command;