export interface PdfiumPageBoundsP { 'left'?: (number | string); 'right'?: (number | string); 'top'?: (number | string); 'bottom'?: (number | string); } export interface PdfiumPageBoundsP__Output { 'left'?: (number); 'right'?: (number); 'top'?: (number); 'bottom'?: (number); } //# sourceMappingURL=PdfiumPageBoundsP.d.ts.map