import type { ProviderConfig } from "./types.js"; /** * Groq provider configuration * Uses OpenAI-compatible API format */ export declare const groqProvider: ProviderConfig; //# sourceMappingURL=groq.d.ts.map