import { IncomingWebhook } from "@slack/webhook";
import { SlackOptions } from "./slackOptions";
export declare function getSlackClient({ url, ...args }: SlackOptions): IncomingWebhook;
