import { type SlackInboxSubscriberOptions } from '../inbox/slack-subscriber.js'; import type { MessageTransport } from './message-transport.js'; export declare class SlackMessageTransport implements MessageTransport { readonly kind = "slack"; private readonly subscriber; constructor(options: SlackInboxSubscriberOptions); start(): Promise; stop(): Promise; } //# sourceMappingURL=slack-message-transport.d.ts.map