/**
 * Local instruction fact extraction - detects existing project-specific
 * guidance under `.github/instructions/`.
 * `.goat-flow/coding-standards/` is user-owned, not framework-managed - ignored here.
 */
import type { SharedFacts, ReadonlyFS } from "../../types.js";
/**
 * Extract local-instruction facts from the project instruction surface.
 *
 * @param fs - project filesystem adapter used to inspect local instruction files
 * @returns local instruction presence, flags, router status, and validation details
 */
export declare function extractLocalInstructions(fs: ReadonlyFS): SharedFacts["localInstructions"];
//# sourceMappingURL=local-instructions.d.ts.map