import type { SlackInboxItem } from '../../../shared/inbox.js'; export declare function makeSlackEvent(input: { channelId: string; teamId: string; text: string; userId: string; eventId?: string; ts?: string; timestamp?: string; } & Partial): SlackInboxItem; //# sourceMappingURL=slack.d.ts.map