/** * Context CLI — stubbed out after cleanup. * The context extraction pipeline was removed. * Core tools (recall, analyze, ingest) handle all context operations via the agent API. */ export declare function runContextCli(_args: string[]): Promise; export declare function runSetupCli(): Promise;