import type { WatchCapability, WatchContext, PreflightResult, CapabilityResult } from '../types.js'; export declare class NotesPromoteCapability implements WatchCapability { readonly name = "notes-promote"; readonly description = "Promote/archive flagged git-notes to permanent storage (two-layer backend only)"; readonly configShape: "object"; readonly requires: string[]; readonly phase: "housekeeping"; preflight(context: WatchContext): Promise; execute(context: WatchContext): Promise; } //# sourceMappingURL=notes-promote.d.ts.map