/** * amp.ts — WatcherAdapter para Amp (coding CLI agent) * * Amp stores traces in ~/.amp/logs/ as JSONL files. * This is a scaffold — fill in parseEvent/getSessionCost with sample traces. */ import { type WatcherAdapter } from './adapter'; export declare const ampAdapter: WatcherAdapter;