import type { PlatformAdapter } from '../../platform/index.js'; declare function sendPlanToSlack(planContent: string | null, channel: string, adapter: PlatformAdapter, { machine, threadAnchorId }?: { machine?: string; threadAnchorId?: string | null; }): Promise; export { sendPlanToSlack };