import { MessageSenderInterface, SlackAccountOptions } from '../types'; import { Account } from './Account'; export declare class SlackAccount extends Account { workspaceId: string; workspaceName: string; botUserId: string; constructor(options?: SlackAccountOptions); /** * Create a sender for this Slack account */ createSender(): Promise; } //# sourceMappingURL=SlackAccount.d.ts.map