/** * SDK-only Slack methods — lists.* methods * Not in OpenAPI spec; uses client.apiCall() directly. */ import type { Command } from "commander"; export declare function setupSlackListsCommand(program: Command): void; //# sourceMappingURL=slackLists.d.ts.map