import type { KnowledgeEntry } from "./types.js"; /** Per-phase instruction entries. Access via getInstructions(phase). */ export declare const INSTRUCTIONS: KnowledgeEntry[]; //# sourceMappingURL=instructions.d.ts.map