/// /// import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP'; export interface ImageResultStreamP { 'rawImageChunk'?: (Buffer | Uint8Array | string); 'exception'?: (_ironpdfengineproto_RemoteExceptionP | null); 'resultOrException'?: "rawImageChunk" | "exception"; } export interface ImageResultStreamP__Output { 'rawImageChunk'?: (Buffer); 'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output); } //# sourceMappingURL=ImageResultStreamP.d.ts.map