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