/** * CLI Download-Embeddings Command * Explicitly fetch the semantic-routing embedding model (opt-in pre-seed). */ import type { Command } from '../types.js'; export declare const downloadEmbeddingsCommand: Command; export default downloadEmbeddingsCommand; //# sourceMappingURL=download-embeddings.d.ts.map