import type { InitAnswers } from "./types.js"; /** * Generate an AGENTS.md file for AI coding assistants. * Follows the AGENTS.md spec: <=150 lines, executable commands first, * three-tier boundaries (always/ask first/never). * Pure function — no I/O. */ export declare function generateAgentsMdTemplate(answers: InitAnswers): string; //# sourceMappingURL=agents-md-template.d.ts.map