/** * Phase 2 wrapper — legacy flat-pages input. * * Matches when the input lacks `children` / `content` (i.e. is not a * structured document). Runs Phase 2 normalization, applies the * built-in font fallback, and emits pages straight to the renderer. */ import type { Phase } from "../phase.js"; export declare const phase2Flat: Phase; //# sourceMappingURL=phase2-flat.d.ts.map