#!/usr/bin/env node /** * @elnora-ai/slack — Complete Slack Web API from the command line. * * Every public endpoint. Agent-friendly JSON output. Zero config. * * Auth: set SLACK_TOKEN, SLACK_BOT_TOKEN, or SLACK_USER_TOKEN (or write them to * ~/.config/elnora-slack/.env). * Debug: set SLACK_CLI_DEBUG=1 for stack traces and verbose SDK logging. */ export {}; //# sourceMappingURL=main.d.ts.map