import type { SetupDeps, SetupStepResult } from "../types.js"; /** * Detect if claude-mem binary is installed. * Checks both PATH (via which) and the ~/.claude-mem data directory. * Returns "success" if either is found, "failed" if neither. */ export declare function detectBinary(deps: SetupDeps): Promise; //# sourceMappingURL=detect-binary.d.ts.map