import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP'; export interface PdfiumAddPageRequestP { 'document'?: (_ironpdfengineproto_PdfDocumentP | null); 'width'?: (number | string); 'height'?: (number | string); } export interface PdfiumAddPageRequestP__Output { 'document'?: (_ironpdfengineproto_PdfDocumentP__Output); 'width'?: (number); 'height'?: (number); } //# sourceMappingURL=PdfiumAddPageRequestP.d.ts.map