import { Provider } from "@nestjs/common";
import { IncomingWebhook } from "@slack/webhook";
import { SlackOptions } from "./slackOptions";
export declare function createSlackProvider(options: SlackOptions): Provider<IncomingWebhook>;
