/** * @license * Copyright 2025 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ import type { AiProviderRunFn, TextRewriterTaskInput, TextRewriterTaskOutput } from "@workglow/ai"; import type { AnthropicModelConfig } from "./Anthropic_ModelSchema"; export declare const Anthropic_TextRewriter_Stream: AiProviderRunFn;