/** * Foreshadow CLI Commands — PROC-03 * * Standalone `foreshadow` command for tagging planted setup elements and * tracking their payoff. Sourced from WRITING_PROCESS.md. */ import type { Command } from '../types.js'; export declare const foreshadowCommand: Command; //# sourceMappingURL=foreshadow.d.ts.map