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