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