import type { AssistantThreadsSetStatusArguments, AssistantThreadsSetStatusResponse, WebClient } from '@slack/web-api'; export type SetStatusArguments = Omit; export type SetStatusFn = (status: string | SetStatusArguments) => Promise; export declare function createSetStatus(client: WebClient, channelId: string, threadTs: string): SetStatusFn; //# sourceMappingURL=create-set-status.d.ts.map