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