/** * Backwards-compatible alias of {@link PageExclusion}. * * Exclusions are matched by rendered `pageNumber` (1-based), not by array position. */ export type { PageExclusion as ExcludedPageArea } from './PageExclusion.js';