import type { LLMCallOpts, LLMExtractResult } from './types.js'; export declare function callAnthropic(opts: LLMCallOpts, apiKey: string): Promise; //# sourceMappingURL=anthropic.d.ts.map