import { type CommandModule } from 'yargs'; import { type APIOrganizationCommandFlags } from '../../../../lib/command/api-organization-command.js'; export type CommandArgs = APIOrganizationCommandFlags & { channel?: string; id?: string; }; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=delete.d.ts.map