import { type EmbeddingConfig } from './types.js'; export declare const resolveEmbeddingConfig: (overrides?: Partial) => EmbeddingConfig;