import type { AiInferencePayload, AiInferenceResult } from '@flaxia/sdk'; export declare const handleAiInference: (payload: AiInferencePayload, onToken?: (token: string) => void) => Promise; //# sourceMappingURL=ai-inference.d.ts.map