import type { RawImageChunkWithIndexP as _ironpdfengineproto_RawImageChunkWithIndexP, RawImageChunkWithIndexP__Output as _ironpdfengineproto_RawImageChunkWithIndexP__Output } from '../ironpdfengineproto/RawImageChunkWithIndexP';
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
export interface ImagesResultStreamP {
    'rawImagesChunk'?: (_ironpdfengineproto_RawImageChunkWithIndexP | null);
    'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
    'resultOrException'?: "rawImagesChunk" | "exception";
}
export interface ImagesResultStreamP__Output {
    'rawImagesChunk'?: (_ironpdfengineproto_RawImageChunkWithIndexP__Output);
    'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
}
//# sourceMappingURL=ImagesResultStreamP.d.ts.map