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 { AllOrganizationFlags } from '../lib/command/common-flags.js'; import { type OutputItemOrListFlags } from '../lib/command/listing-io.js'; export type CommandArgs = APIOrganizationCommandFlags & AllOrganizationFlags & OutputItemOrListFlags & CapabilityIdOrIndexInputFlags & { namespace?: string; standard: boolean; }; export declare const builder: (yargs: Argv) => Argv; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=capabilities.d.ts.map