import type { SlackAccessor } from '../../accessor/slack.ts'; import type { SlackResponse } from './client.ts'; export declare function postMessage(accessor: SlackAccessor, channelId: string, text: string): Promise; export declare function replyToThread(accessor: SlackAccessor, channelId: string, threadTs: string, text: string): Promise; //# sourceMappingURL=post.d.ts.map