import type { SlackAPIResponse } from "../response";
export type AssistantThreadsSetStatusResponse = SlackAPIResponse & {
    error?: string;
    needed?: string;
    ok: boolean;
    provided?: string;
    warning?: string;
};
//# sourceMappingURL=AssistantThreadsSetStatusResponse.d.ts.map