export declare class Slack { static readonly url: string; static readonly title = "BCMS Cloud"; static send(data: unknown): Promise; }