import type { SetupDeps, SetupStepResult } from "../types.js"; /** * Add claude-mem command templates to opencode.json. * - Only adds commands that don't already exist (idempotent per-key) * - Preserves ALL existing keys in opencode.json */ export declare function configureCommands(deps: SetupDeps): Promise; //# sourceMappingURL=configure-commands.d.ts.map