import { type Argv, type CommandModule } from 'yargs'; import { type APICommandFlags } from '../../lib/command/api-command.js'; import { FormatAndWriteItemFlags } from '../../lib/command/format.js'; export type CommandArgs = APICommandFlags & FormatAndWriteItemFlags & { location?: string; id?: string; }; export declare const builder: (yargs: Argv) => Argv; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=execute.d.ts.map