/** * OpenClaw Preset * * Preset for detecting and migrating OpenClaw AI coding agent installations. * Supports both npm global and git clone installations. */ import type { TargetPreset } from './types.js'; /** * OpenClaw preset implementation */ export declare const openclawPreset: TargetPreset; //# sourceMappingURL=openclaw.d.ts.map