import type { FanficMode } from "../models/book.js"; export declare function buildFanficCanonSection(fanficCanon: string, mode: FanficMode): string; export declare function buildCharacterVoiceProfiles(fanficCanon: string): string; export declare function buildFanficModeInstructions(mode: FanficMode, allowedDeviations: ReadonlyArray): string; //# sourceMappingURL=fanfic-prompt-sections.d.ts.map