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