/** * Embeddings Refresh Command * * Regenerate embeddings with optional dimension validation. */ import { Command } from 'commander'; /** * Embeddings refresh command */ export declare const embeddingsRefreshCommand: Command; //# sourceMappingURL=embeddings-refresh.d.ts.map