import type { MonitorSlackOpts } from "./types.js";
export declare function monitorSlackProvider(opts?: MonitorSlackOpts): Promise<void>;
