/** * Dev Test Harness Preset * * Preset for detecting and migrating the AgenShield test harness (dummy-openclaw). * Auto-detected in dev mode so the setup wizard works without workarounds. */ import type { TargetPreset } from './types.js'; /** * Dev test harness preset implementation */ export declare const devHarnessPreset: TargetPreset; //# sourceMappingURL=dev-harness.d.ts.map