import { Command, type CommandFlags } from '../../command.js'; export default class CompositeDeploy extends Command { static description: string; static args: { compositePath: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; run(): Promise; }