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