import { type Parsed } from "../util.js"; export { SKILL_NAMES, historyPath, improveLockPath } from "../skills/history.js"; export { replayRegression } from "../skills/replay.js"; export declare function skills(parsed: Parsed): Promise;