import { LLMClient } from "@browserbasehq/stagehand"; import { SelectorStore } from "./selector-store.js"; import type { ClaudeCodeLLMClientOptions } from "./types.js"; export declare function createClaudeCodeLLMClient(options?: ClaudeCodeLLMClientOptions): LLMClient & { selectorStore: SelectorStore; }; //# sourceMappingURL=llm-client.d.ts.map