import { type CommandModule } from 'yargs'; import { type APIOrganizationCommandFlags } from '../../../lib/command/api-organization-command.js'; export type CommandArgs = APIOrganizationCommandFlags & { projectDirectory?: string; buildOnly?: string; upload?: string; assign?: boolean; channel?: string; install?: boolean; hub?: string; }; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=package.d.ts.map