/** * Full writing methodology for style_guide.md injection. * This is the complete reference material (with examples) that the * compact "craft card" in the system prompt summarizes. * * Injected once during initBook/generateStyleGuide, then read by * writer on every chapter as part of the style_guide context. */ export declare function buildWritingMethodologySection(language: "zh" | "en"): string; //# sourceMappingURL=writing-methodology.d.ts.map