import { WebClient } from "@slack/web-api"; import "dotenv/config"; export declare function slackClient({ token, }: { token?: string; }): WebClient;