import type { ONIModel, ModelOptions } from "./types.js"; export interface AnthropicOptions extends ModelOptions { anthropicVersion?: string; } export declare function anthropic(modelId: string, opts?: AnthropicOptions): ONIModel; //# sourceMappingURL=anthropic.d.ts.map