import { type LlmProvider } from "./provider.js"; export declare const openaiProvider: LlmProvider;