export declare const DEFAULT_EMBEDDING_PROVIDER_ID = "dashscope"; export declare const DEFAULT_EMBEDDING_MODEL_ID = "text-embedding-v4"; export declare const DEFAULT_EMBEDDING_BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"; export declare function defaultEmbeddingModelForProvider(providerId: string | undefined): string | undefined; export declare function defaultBaseUrlForProvider(providerId: string | undefined): string | undefined;