import type { LlmClient } from "./types.js"; export type { LlmClient }; /** * Create an LlmClient backed by the Copilot SDK. */ export declare function createCopilotLlmClient(): Promise; //# sourceMappingURL=llm-client.d.ts.map