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