import type { BackendStatus, InstallResult, UninstallResult } from "./types.ts"; export declare function install(projectDir: string): Promise; export declare function uninstall(projectDir: string): Promise; export declare function status(projectDir: string): Promise; //# sourceMappingURL=codex.d.ts.map