/** Embeds all chunks in a single batched API call. */
export declare function embedChunks(chunks: string[]): Promise<number[][]>;
