import { LLMApiKeySchema, type ModelConfig } from "./types"; import z from "zod/v4"; export declare const testModelCall: ({ provider, model, apiKey, prompt, modelConfig, }: { provider: string; model: string; apiKey: z.infer; prompt?: string; modelConfig?: ModelConfig | null; }) => Promise; //# sourceMappingURL=testModelCall.d.ts.map