import type { BootstrapWriteBoundary } from "../io/bootstrap-write-boundary.js"; import type { CliRunResult } from "./bearshell.js"; export declare function enableCodeNavMcpPreview(projectDir: string, packageRoot?: string, bootstrapWriteBoundary?: BootstrapWriteBoundary): CliRunResult | undefined;