/** * CLI surface for workspace indexing and retrieval. * * Commands: `jensen index ...`, `jensen search ...`, `jensen retrieval ...`, * and `jensen doctor index|embeddings|retrieval`. All default commands are * bounded; `--json` produces machine-readable output. */ import { type EmbeddingConfig } from "./workspace/embedding.js"; export declare function workspaceCliUsage(): string; export declare function handleWorkspaceRetrievalCommand(args: string[]): Promise; export type { EmbeddingConfig }; //# sourceMappingURL=workspace-cli.d.ts.map