import { type CliError } from "../_utils/cli-error.js"; import { type Result } from "../_utils/result.js"; declare const install: (agentBin?: string, paths?: { codex?: string | undefined; claude?: string | undefined; pi?: string | undefined; }) => Promise>; export { install };