import { VercelModel } from "@strands-agents/sdk/models/vercel"; import type { LlmOptions, MoonshotProviderOptions } from "./types.js"; export declare function create(providerOptions: MoonshotProviderOptions, llmOptions: LlmOptions): VercelModel;