import { AnthropicConfig } from './config';
export declare function embed(config: AnthropicConfig, text: string): Promise<number[]>;
export declare function embedBatch(config: AnthropicConfig, texts: string[]): Promise<number[][]>;
