export declare function Discord(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Line(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mattermost(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Messenger(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RocketChat(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Slack(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Teams(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Telegram(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
