import { type Argv, type CommandModule } from 'yargs'; import { type APIOrganizationCommandFlags } from '../../lib/command/api-organization-command.js'; import { type CapabilityIdOrIndexInputFlags } from '../../lib/command/capability-flags.js'; import { type FormatAndWriteItemFlags } from '../../lib/command/format.js'; export type CommandArgs = APIOrganizationCommandFlags & CapabilityIdOrIndexInputFlags & FormatAndWriteItemFlags & { namespace?: string; }; export declare const builder: (yargs: Argv) => Argv; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=presentation.d.ts.map