import type { InferenceParams } from "../types.js"; export declare function generate(systemPrompt: string, userPrompt: string, hfUri: string, contextSize: number, inferenceParams: InferenceParams, onToken?: (text: string) => void): Promise;