/** * Phase 8 wrapper — PDF/A conformance. * * Matches when the input document has `pdfa.enabled === true`. Injects * the engine-resolved automatic fallback font when the document hasn't * declared its own PDF/A fallback. Delegates to `analyzePhase8Document` * for ICC-profile / output-intent / XMP construction. */ import type { Phase } from "../phase.js"; export declare const phase8Pdfa: Phase; //# sourceMappingURL=phase8-pdfa.d.ts.map