export interface PDFPrintRange { from?: number; to?: number; excluded?: Array; included?: Array; }