/**
 * V3 CLI Embeddings Command
 * Vector embeddings, semantic search, similarity operations
 *
 * Features:
 * - Multiple providers: OpenAI, Transformers.js, Agentic-Flow, Mock
 * - Document chunking with overlap
 * - L2/L1/minmax/zscore normalization
 * - Hyperbolic embeddings (Poincaré ball)
 * - Neural substrate integration
 * - Persistent SQLite cache
 *
 * Created with ❤️ by ruv.io
 */
import type { Command } from '../types.js';
export declare const embeddingsCommand: Command;
export default embeddingsCommand;
//# sourceMappingURL=embeddings.d.ts.map